projects
/
platform
/
core
/
security
/
yaca.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fix API for yaca_get_iv_bits().
[platform/core/security/yaca.git]
/
src
/
2016-05-18
Dariusz Michaluk
Fix API for yaca_get_iv_bits().
39/70139/2
tree
|
commitdiff
2016-05-18
Dariusz Michaluk
FIX: SIZE_MAX undeclared.
19/70119/1
tree
|
commitdiff
2016-05-18
Lukasz Pawelczyk
get/set_ctx_param for sign/verify (RSA padding only)
26/69726/3
tree
|
commitdiff
2016-05-18
Lukasz Pawelczyk
Fix assert vs error codes usage in get_sign_output_length()
84/69984/2
tree
|
commitdiff
2016-05-18
Lukasz Pawelczyk
Get rid of few TODOs that no longer apply
33/69533/4
tree
|
commitdiff
2016-05-18
Lukasz Pawelczyk
Fix API for get_output_length()
32/69532/5
tree
|
commitdiff
2016-05-16
Dariusz Michaluk
Add support to RC2/RC4 encrypt/decrypt. Update document...
99/69099/6
tree
|
commitdiff
2016-05-16
Dariusz Michaluk
[FIX] ECB mode does not use an IV, so IV can be YACA_KE...
31/69031/5
tree
|
commitdiff
2016-05-16
Dariusz Michaluk
Add support to CAST5 encrypt/decrypt. Update documentation.
57/68957/7
tree
|
commitdiff
2016-05-16
Dariusz Michaluk
Add support to DES encrypt/decrypt. Update documentation.
82/68782/7
tree
|
commitdiff
2016-05-16
Dariusz Michaluk
Generate/import/export DES key.
81/68781/6
tree
|
commitdiff
2016-05-16
Krzysztof Jackiewicz
Add prefix to header guards to avoid conflicts.
89/69489/3
tree
|
commitdiff
2016-05-11
Lukasz Pawelczyk
Add support for importing public keys from X509 certificate
79/68779/4
tree
|
commitdiff
2016-05-11
Lukasz Pawelczyk
Use specific RSA/DSA export variants
61/68761/5
tree
|
commitdiff
2016-05-11
Lukasz Pawelczyk
DSA sign/verify support
59/68759/5
tree
|
commitdiff
2016-05-11
Lukasz Pawelczyk
yaca_key_import()/yaca_key_export() for DSA
57/68757/5
tree
|
commitdiff
2016-05-11
Lukasz Pawelczyk
yaca_key_gen() and yaca_key_extract_public() for DSA
56/68756/5
tree
|
commitdiff
2016-05-11
Lukasz Pawelczyk
Removal of yaca_key_gen_pair() and its enum values
64/68464/16
tree
|
commitdiff
2016-05-11
Lukasz Pawelczyk
Make it possible to generate private keys with yaca_key...
63/68463/16
tree
|
commitdiff
2016-05-11
Lukasz Pawelczyk
yaca_key_extract_public() public function
62/68462/16
tree
|
commitdiff
2016-05-11
Lukasz Pawelczyk
Incorporate sanity checks into key_get_* functions
72/69072/2
tree
|
commitdiff
2016-05-06
Dariusz Michaluk
Remove YACA_ERROR_NOT_SUPPORTED
67/68567/2
tree
|
commitdiff
2016-05-06
Krzysztof Jackiewicz
Make yaca GCC 5 compatibile
06/68506/2
tree
|
commitdiff
2016-05-06
Lukasz Pawelczyk
yaca_key_import() basic implementation (symmetrical...
09/68009/10
tree
|
commitdiff
2016-05-06
Lukasz Pawelczyk
yaca_key_export() implementation for YACA_KEY_FORMAT_DE...
08/68008/9
tree
|
commitdiff
2016-05-06
Lukasz Pawelczyk
Small fixes in key.c
tree
|
commitdiff
2016-05-06
Lukasz Pawelczyk
API changes around key_import and key_export
tree
|
commitdiff
2016-05-04
Lukasz Pawelczyk
Rename key_fmt to key_file_fmt type and introduce a...
04/68004/4
tree
|
commitdiff
2016-05-04
Lukasz Pawelczyk
Switch to smart-tabs in key.c and key.h
03/68003/2
tree
|
commitdiff
2016-05-04
Dariusz Michaluk
Replace YACA_ERROR_OPENSSL_FAILURE with YACA_ERROR_INTERNAL
29/67829/3
tree
|
commitdiff
2016-04-26
Dariusz Michaluk
Seal/Open implementation.
72/66872/9
tree
|
commitdiff
2016-04-26
Dariusz Michaluk
yaca_open_init() needs key length to generate EVP_CIPHER
71/66871/4
tree
|
commitdiff
2016-04-26
Dariusz Michaluk
Change spaces to tab in CMakeLists
96/67096/2
tree
|
commitdiff
2016-04-26
Krzysztof Jackiewicz
Dump openssl errors after each failure
53/66853/6
tree
|
commitdiff
2016-04-26
Krzysztof Jackiewicz
Add helper functions for openssl error handling
52/66852/6
tree
|
commitdiff
2016-04-20
Lukasz Pawelczyk
Sign/verify initial implementation. Examples to follow.
44/65844/7
tree
|
commitdiff
2016-04-20
Lukasz Pawelczyk
Split ECC key types into ECDSA and ECDH
38/66738/1
tree
|
commitdiff
2016-04-19
Dariusz Michaluk
yaca_seal_init() needs key length to generate EVP_CIPHER
01/66401/2
tree
|
commitdiff
2016-04-19
Dariusz Michaluk
Split symmetric/asymmetric encryption
29/66329/3
tree
|
commitdiff
2016-04-15
Lukasz Pawelczyk
Nullify destroyed pointer.
63/66163/1
tree
|
commitdiff
2016-04-15
Mateusz Kulikowski
yaca_ctx_free: Cause exception on missing destructor.
05/65605/8
tree
|
commitdiff
2016-04-15
Mateusz Kulikowski
Add yaca_ctx_get|set_param prototypes.
04/65604/8
tree
|
commitdiff
2016-04-15
Mateusz Kulikowski
Use crypto_zalloc for internal structure allocations.
03/65603/8
tree
|
commitdiff
2016-04-15
Mateusz Kulikowski
yaca: add yaca_zalloc
02/65602/8
tree
|
commitdiff
2016-04-15
Mateusz Kulikowski
Implement limited symmetric cipher support
01/65601/8
tree
|
commitdiff
2016-04-14
Mateusz Kulikowski
Implement yaca_get_iv_bits()
00/65600/6
tree
|
commitdiff
2016-04-14
Mateusz Kulikowski
encrypt: add get_symmetric_algorithm
99/65599/7
tree
|
commitdiff
2016-04-14
Mateusz Kulikowski
internal.h: add YACA_CTX_ENCRYPT
98/65598/6
tree
|
commitdiff
2016-04-14
Mateusz Kulikowski
simple: Handle encrypt/decrypt block sizes properly
95/65595/5
tree
|
commitdiff
2016-04-14
Mateusz Kulikowski
crypto.h: rename yaca_get_iv_length() to yaca_get_iv_bits()
66/65866/2
tree
|
commitdiff
2016-04-13
Lukasz Pawelczyk
Add SIGN context to context types.
81/65781/4
tree
|
commitdiff
2016-04-13
Lukasz Pawelczyk
Remove unused function pointer, no need to do that...
97/65797/3
tree
|
commitdiff
2016-04-13
Lukasz Pawelczyk
Implement getting the bits of an evp type key.
80/65780/4
tree
|
commitdiff
2016-04-13
Lukasz Pawelczyk
Small cosmetic change in digest.c to line it up with...
79/65779/2
tree
|
commitdiff
2016-04-13
Lukasz Pawelczyk
Get rid of EVP_MD from digest struct, it's redudant.
78/65778/2
tree
|
commitdiff
2016-04-13
Dariusz Michaluk
Enable extra compilation flags.
91/65591/3
tree
|
commitdiff
2016-04-12
Lukasz Pawelczyk
Fix compilation with Clang.
56/65356/2
tree
|
commitdiff
2016-04-11
Mateusz Kulikowski
yaca_ctx_free: NULL context handling
93/65593/1
tree
|
commitdiff
2016-04-08
Mateusz Kulikowski
Rename get_digest_algorithm -> digest_get_algorithm
tree
|
commitdiff
2016-04-08
Mateusz Kulikowski
Move key structures to internal API header, expose...
tree
|
commitdiff
2016-04-08
Mateusz Kulikowski
Convert all key lengths to bits
tree
|
commitdiff
2016-04-08
Mateusz Kulikowski
key: Cleanups
tree
|
commitdiff
2016-04-08
Mateusz Kulikowski
key: Check for key_len overflows
tree
|
commitdiff
2016-04-08
Mateusz Kulikowski
key: implement pbkdf2
tree
|
commitdiff
2016-04-08
Mateusz Kulikowski
digest: Add get_digest_algorithm
tree
|
commitdiff
2016-04-08
Mateusz Kulikowski
Remove private headers (*_p.h)
tree
|
commitdiff
2016-04-07
Lukasz Pawelczyk
Some minor digest changes.
tree
|
commitdiff
2016-04-07
Lukasz Pawelczyk
Partially implement a new key type (evp) and yaca_key_g...
tree
|
commitdiff
2016-04-07
Mateusz Kulikowski
Rename owl -> yaca
tree
|
commitdiff
2016-04-07
Lukasz Pawelczyk
Re-indent the definitions after adding the API prefix.
tree
|
commitdiff
2016-04-07
Krzysztof Jackiewicz
Fix digest ctx initalization
tree
|
commitdiff
2016-04-07
Krzysztof Jackiewicz
Rename 'crypto' to 'owl' in include directives
tree
|
commitdiff
2016-04-07
Dariusz Michaluk
Add build/packaging system
tree
|
commitdiff
2016-04-07
Mateusz Kulikowski
More cleanups:
tree
|
commitdiff
2016-04-07
Lukasz Pawelczyk
Cleanups
tree
|
commitdiff
2016-04-07
Lukasz Pawelczyk
Renamed the API from crypto_ to owl_. Filenames not...
tree
|
commitdiff
2016-04-07
Mateusz Kulikowski
Library code stub
tree
|
commitdiff
2016-04-07
Mateusz Kulikowski
Synergic API
tree
|
commitdiff