projects
/
platform
/
core
/
security
/
yaca.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Remove no-unused-parameter compilation flag. Fix some errors.
2016-06-08
Dariusz Michaluk
Remove no-unused-parameter compilation flag. Fix some...
commit
|
commitdiff
|
tree
2016-06-08
Dariusz Michaluk
Use C89 style for comments.
commit
|
commitdiff
|
tree
2016-06-06
Dariusz Michaluk
ACR: Apply changes from API review part 2
commit
|
commitdiff
|
tree
2016-06-06
Dariusz Michaluk
ACR: Fix notation for pointer variables.
commit
|
commitdiff
|
tree
2016-06-06
Dariusz Michaluk
Fix seal/open, ECB mode does not use an IV.
commit
|
commitdiff
|
tree
2016-06-06
Dariusz Michaluk
Error handling refactoring.
commit
|
commitdiff
|
tree
2016-05-31
Dariusz Michaluk
ACR: Fix code formatting.
commit
|
commitdiff
|
tree
2016-05-30
Dariusz Michaluk
ACR: yaca_types.h doxygen fixes
commit
|
commitdiff
|
tree
2016-05-30
Dariusz Michaluk
ACR: yaca_error.h doxygen fixes
commit
|
commitdiff
|
tree
2016-05-30
Dariusz Michaluk
ACR: yaca_crypto.h doxygen fixes
commit
|
commitdiff
|
tree
2016-05-30
Dariusz Michaluk
ACR: yaca_digest.h doxygen fixes
commit
|
commitdiff
|
tree
2016-05-30
Dariusz Michaluk
ACR: yaca_encrypt.h doxygen fixes
commit
|
commitdiff
|
tree
2016-05-30
Dariusz Michaluk
ACR: yaca_seal.h doxygen fixes
commit
|
commitdiff
|
tree
2016-05-27
Dariusz Michaluk
Do not enumerate all related modules with only one...
commit
|
commitdiff
|
tree
2016-05-27
Dariusz Michaluk
Remove not implemented Skipjack algorithm.
commit
|
commitdiff
|
tree
2016-05-27
Dariusz Michaluk
Remove YACA_ERROR_NOT_IMPLEMENTED
commit
|
commitdiff
|
tree
2016-05-27
Dariusz Michaluk
Add yaca_error_e typedef.
commit
|
commitdiff
|
tree
2016-05-27
Dariusz Michaluk
Introduce YACA_ERROR_NONE according to ACR.
commit
|
commitdiff
|
tree
2016-05-27
Dariusz Michaluk
Add AES CCM example.
commit
|
commitdiff
|
tree
2016-05-27
Dariusz Michaluk
Rework AES GCM example.
commit
|
commitdiff
|
tree
2016-05-27
Dariusz Michaluk
Add support to AES GCM/CCM. Update documentation.
commit
|
commitdiff
|
tree
2016-05-27
Dariusz Michaluk
Remove some TODO's.
commit
|
commitdiff
|
tree
2016-05-27
Dariusz Michaluk
Cleanup #include statements.
commit
|
commitdiff
|
tree
2016-05-27
Dariusz Michaluk
Cleanup boilerplate notices.
commit
|
commitdiff
|
tree
2016-05-19
Dariusz Michaluk
Remove unnecessary test example.
commit
|
commitdiff
|
tree
2016-05-19
Dariusz Michaluk
Remove TODOs that no longer apply.
commit
|
commitdiff
|
tree
2016-05-19
Dariusz Michaluk
Join ECDSA and ECDH key to EC type.
commit
|
commitdiff
|
tree
2016-05-19
Dariusz Michaluk
Remove RC2 effective key bits param.
commit
|
commitdiff
|
tree
2016-05-19
Dariusz Michaluk
Remove CTR bits param.
commit
|
commitdiff
|
tree
2016-05-19
Dariusz Michaluk
Remove OCB block cipher mode.
commit
|
commitdiff
|
tree
2016-05-19
Dariusz Michaluk
Add CFB1 and CFB8 chaining modes.
commit
|
commitdiff
|
tree
2016-05-19
Dariusz Michaluk
Update AES description.
commit
|
commitdiff
|
tree
2016-05-19
Dariusz Michaluk
Rework symmetric encrypt/decrypt example.
commit
|
commitdiff
|
tree
2016-05-18
Dariusz Michaluk
Fix API for yaca_get_iv_bits().
commit
|
commitdiff
|
tree
2016-05-18
Dariusz Michaluk
FIX: SIZE_MAX undeclared.
commit
|
commitdiff
|
tree
2016-05-16
Dariusz Michaluk
Add support to RC2/RC4 encrypt/decrypt. Update documentation.
commit
|
commitdiff
|
tree
2016-05-16
Dariusz Michaluk
[FIX] ECB mode does not use an IV, so IV can be YACA_KEY_NULL.
commit
|
commitdiff
|
tree
2016-05-16
Dariusz Michaluk
Add support to CAST5 encrypt/decrypt. Update documentation.
commit
|
commitdiff
|
tree
2016-05-16
Dariusz Michaluk
Add support to DES encrypt/decrypt. Update documentation.
commit
|
commitdiff
|
tree
2016-05-16
Dariusz Michaluk
Generate/import/export DES key.
commit
|
commitdiff
|
tree
2016-05-06
Dariusz Michaluk
Remove YACA_ERROR_NOT_SUPPORTED
commit
|
commitdiff
|
tree
2016-05-05
Dariusz Michaluk
Add info about yaca tests. Remove unnecessary test...
commit
|
commitdiff
|
tree
2016-05-04
Dariusz Michaluk
Replace YACA_ERROR_OPENSSL_FAILURE with YACA_ERROR_INTERNAL
commit
|
commitdiff
|
tree
2016-05-02
Dariusz Michaluk
Cleanup API documentation.
commit
|
commitdiff
|
tree
2016-04-26
Dariusz Michaluk
Review and simplify Seal/Open example.
commit
|
commitdiff
|
tree
2016-04-26
Dariusz Michaluk
Seal/Open implementation.
commit
|
commitdiff
|
tree
2016-04-26
Dariusz Michaluk
yaca_open_init() needs key length to generate EVP_CIPHER
commit
|
commitdiff
|
tree
2016-04-26
Dariusz Michaluk
Change spaces to tab in CMakeLists
commit
|
commitdiff
|
tree
2016-04-21
Dariusz Michaluk
Bugfix: yaca_encrypt_final used in decryption
commit
|
commitdiff
|
tree
2016-04-19
Dariusz Michaluk
yaca_seal_init() needs key length to generate EVP_CIPHER
commit
|
commitdiff
|
tree
2016-04-19
Dariusz Michaluk
Split symmetric/asymmetric encryption
commit
|
commitdiff
|
tree
2016-04-14
Dariusz Michaluk
Add package with examples.
commit
|
commitdiff
|
tree
2016-04-13
Dariusz Michaluk
Enable extra compilation flags.
commit
|
commitdiff
|
tree
2016-04-07
Dariusz Michaluk
Add build/packaging system
commit
|
commitdiff
|
tree
2016-04-07
Dariusz Michaluk
Add LICENSE file
commit
|
commitdiff
|
tree
2016-04-07
Dariusz Michaluk
Add doxygen config
commit
|
commitdiff
|
tree
2016-04-07
Dariusz Michaluk
Add DH and ECDH key derivation example
commit
|
commitdiff
|
tree
2016-04-07
Dariusz Michaluk
Add AES-GCM encryption example
commit
|
commitdiff
|
tree