projects
/
platform
/
core
/
security
/
yaca.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Some additional API usage clarifications regarding keys
2017-11-17
Lukasz Pawelczyk
Some additional API usage clarifications regarding...
commit
|
commitdiff
|
tree
2016-09-13
Lukasz Pawelczyk
Describe padding usage for sign/verify operations
commit
|
commitdiff
|
tree
2016-09-09
Lukasz Pawelczyk
Adapt YACA to work with OpenSSL 1.1 preserving 1.0...
commit
|
commitdiff
|
tree
2016-09-07
Lukasz Pawelczyk
Use getrandom(2) for CSPRNG instead of OpenSSL's one
commit
|
commitdiff
|
tree
2016-08-29
Dariusz Michaluk
Effective key length support in RC2.
commit
|
commitdiff
|
tree
2016-08-29
Dariusz Michaluk
Fix: Allow empty input/output in simple encrypt/decrypt.
commit
|
commitdiff
|
tree
2016-08-12
Lukasz Pawelczyk
EC keys can be used for sign/verify now, update docs
commit
|
commitdiff
|
tree
2016-08-12
Lukasz Pawelczyk
Use PKCS5 v2 in PKCS8 encrypted export
commit
|
commitdiff
|
tree
2016-08-09
Lukasz Pawelczyk
Support EC keys for sign/verify operations
commit
|
commitdiff
|
tree
2016-07-27
Lukasz Pawelczyk
Merge branch 'tizen' into acr2
commit
|
commitdiff
|
tree
2016-07-27
Lukasz Pawelczyk
Clarify yaca_get_output_length usage
commit
|
commitdiff
|
tree
2016-07-22
Lukasz Pawelczyk
Add static to all functions in key.c that can be static
commit
|
commitdiff
|
tree
2016-07-22
Lukasz Pawelczyk
Support getting key_bit_length for params
commit
|
commitdiff
|
tree
2016-07-21
Lukasz Pawelczyk
Example for key generate
commit
|
commitdiff
|
tree
2016-07-21
Lukasz Pawelczyk
yaca_extract_parameters() implementation
commit
|
commitdiff
|
tree
2016-07-21
Lukasz Pawelczyk
Import/export for EC, DH and all parameter types
commit
|
commitdiff
|
tree
2016-07-21
Lukasz Pawelczyk
Key generation re-work to handle parameters and 2 stage...
commit
|
commitdiff
|
tree
2016-07-21
Lukasz Pawelczyk
API change/extension for key handling (parameters and...
commit
|
commitdiff
|
tree
2016-07-14
Lukasz Pawelczyk
EC key generation, extract public and get_bit_length
commit
|
commitdiff
|
tree
2016-07-14
Lukasz Pawelczyk
Merged several generate_evp_* functions into one
commit
|
commitdiff
|
tree
2016-07-13
Lukasz Pawelczyk
Fix formatting in yaca_debug_translate_error
commit
|
commitdiff
|
tree
2016-07-11
Mateusz Forc
Add nullptr check and return invalid param
commit
|
commitdiff
|
tree
2016-07-07
Lukasz Pawelczyk
Change ERROR_NONE to 0 where we don't check yaca function
commit
|
commitdiff
|
tree
2016-07-07
Lukasz Pawelczyk
Add a comment describing padding usage
commit
|
commitdiff
|
tree
2016-07-05
Lukasz Pawelczyk
Use size_t for PBKDF2 iterations param
commit
|
commitdiff
|
tree
2016-07-05
Lukasz Pawelczyk
Make it possible to import DER based X509 certificates
commit
|
commitdiff
|
tree
2016-07-05
Lukasz Pawelczyk
Reworked password handling for import/export
commit
|
commitdiff
|
tree
2016-07-01
Lukasz Pawelczyk
Missing const in write_file()
commit
|
commitdiff
|
tree
2016-06-29
Lukasz Pawelczyk
Handle invalid params properly for simple sign/verify...
commit
|
commitdiff
|
tree
2016-06-28
Lukasz Pawelczyk
Drop reusability of digest context
commit
|
commitdiff
|
tree
2016-06-17
Krzysztof Jackiewicz
Make digest context reusable after finish
commit
|
commitdiff
|
tree
2016-06-16
Lukasz Pawelczyk
For get_output_length in digest and sign require input_len...
commit
|
commitdiff
|
tree
2016-06-16
Lukasz Pawelczyk
Do not segfault on contexts without get_output_length...
commit
|
commitdiff
|
tree
2016-06-14
Krzysztof Jackiewicz
Update error translation function
commit
|
commitdiff
|
tree
2016-06-09
Lukasz Pawelczyk
Use ERROR_HANDLE() to check for invalid passwords
commit
|
commitdiff
|
tree
2016-06-09
Lukasz Pawelczyk
Check for known errors first
commit
|
commitdiff
|
tree
2016-06-08
Lukasz Pawelczyk
ACR: extend parameter names a little in specific cases
commit
|
commitdiff
|
tree
2016-06-08
Lukasz Pawelczyk
ACR: Consistency for the get_output_length() function
commit
|
commitdiff
|
tree
2016-06-07
Lukasz Pawelczyk
ACR: fixes for function and enumeration names/values
commit
|
commitdiff
|
tree
2016-06-07
Lukasz Pawelczyk
Fix comment placement
commit
|
commitdiff
|
tree
2016-06-06
Lukasz Pawelczyk
Smart tabs and comments consistency
commit
|
commitdiff
|
tree
2016-06-06
Krzysztof Jackiewicz
Make sure yaca_*alloc() is not called with 0 size
commit
|
commitdiff
|
tree
2016-06-06
Krzysztof Jackiewicz
ACR: Each paragraph needs a separate @remarks command
commit
|
commitdiff
|
tree
2016-06-06
Krzysztof Jackiewicz
Simplify memory allocation in read_file
commit
|
commitdiff
|
tree
2016-06-06
Krzysztof Jackiewicz
ACR: Return error codes from all API functions
commit
|
commitdiff
|
tree
2016-06-06
Krzysztof Jackiewicz
ACR: Apply changes from API review part 1
commit
|
commitdiff
|
tree
2016-06-01
Lukasz Pawelczyk
Fix unix modes (dirs 755, files 644)
commit
|
commitdiff
|
tree
2016-06-01
Lukasz Pawelczyk
Make sure we have enough entropy on start, bail if...
commit
|
commitdiff
|
tree
2016-06-01
Lukasz Pawelczyk
More readable error codes in dump (strings or hex)
commit
|
commitdiff
|
tree
2016-06-01
Lukasz Pawelczyk
Password example extended to include PKCS8
commit
|
commitdiff
|
tree
2016-06-01
Lukasz Pawelczyk
yaca_key_import() support for PKCS8
commit
|
commitdiff
|
tree
2016-06-01
Lukasz Pawelczyk
yaca_key_export() support for PKCS8
commit
|
commitdiff
|
tree
2016-05-30
Lukasz Pawelczyk
ACR: yaca_simple.h doxygen fixes
commit
|
commitdiff
|
tree
2016-05-30
Lukasz Pawelczyk
ACR: yaca_sign.h doxygen fixes
commit
|
commitdiff
|
tree
2016-05-30
Lukasz Pawelczyk
ACR: change the ordering of key related functions ...
commit
|
commitdiff
|
tree
2016-05-30
Lukasz Pawelczyk
ACR: yaca_key.h doxygen fixes
commit
|
commitdiff
|
tree
2016-05-30
Lukasz Pawelczyk
ACR: remove key derive dh/kea
commit
|
commitdiff
|
tree
2016-05-30
Dariusz Michaluk
ACR: yaca_error.h doxygen fixes
commit
|
commitdiff
|
tree
2016-05-27
Lukasz Pawelczyk
key import/export password handling example
commit
|
commitdiff
|
tree
2016-05-27
Lukasz Pawelczyk
yaca_key_export() implementation of password handling
commit
|
commitdiff
|
tree
2016-05-27
Lukasz Pawelczyk
yaca_key_import() implementation of password handling
commit
|
commitdiff
|
tree
2016-05-19
Krzysztof Jackiewicz
Simple API for signatures, verification & MACs
commit
|
commitdiff
|
tree
2016-05-19
Krzysztof Jackiewicz
Hide debug function
commit
|
commitdiff
|
tree
2016-05-18
Lukasz Pawelczyk
API update: add YACA_ERROR_NONE enum value
commit
|
commitdiff
|
tree
2016-05-18
Lukasz Pawelczyk
API changes around key getters.
commit
|
commitdiff
|
tree
2016-05-18
Lukasz Pawelczyk
yaca_key import/export API change - passwords
commit
|
commitdiff
|
tree
2016-05-18
Dariusz Michaluk
Fix API for yaca_get_iv_bits().
commit
|
commitdiff
|
tree
2016-05-11
Lukasz Pawelczyk
Example for X509 import
commit
|
commitdiff
|
tree
2016-05-11
Lukasz Pawelczyk
Add support for importing public keys from X509 certificate
commit
|
commitdiff
|
tree
2016-05-11
Lukasz Pawelczyk
Use specific RSA/DSA export variants
commit
|
commitdiff
|
tree
2016-05-11
Lukasz Pawelczyk
DSA sign/verify example
commit
|
commitdiff
|
tree
2016-05-11
Lukasz Pawelczyk
DSA sign/verify support
commit
|
commitdiff
|
tree
2016-05-11
Lukasz Pawelczyk
Add DSA to import/export example
commit
|
commitdiff
|
tree
2016-05-11
Lukasz Pawelczyk
yaca_key_import()/yaca_key_export() for DSA
commit
|
commitdiff
|
tree
2016-05-11
Lukasz Pawelczyk
yaca_key_gen() and yaca_key_extract_public() for DSA
commit
|
commitdiff
|
tree
2016-05-11
Lukasz Pawelczyk
Add GNU global files to .gitignore
commit
|
commitdiff
|
tree
2016-05-11
Lukasz Pawelczyk
Add missing example comments
commit
|
commitdiff
|
tree
2016-05-11
Lukasz Pawelczyk
Removal of yaca_key_gen_pair() and its enum values
commit
|
commitdiff
|
tree
2016-05-11
Lukasz Pawelczyk
Make it possible to generate private keys with yaca_key_gen()
commit
|
commitdiff
|
tree
2016-05-11
Lukasz Pawelczyk
yaca_key_extract_public() public function
commit
|
commitdiff
|
tree
2016-05-11
Lukasz Pawelczyk
Incorporate sanity checks into key_get_* functions
commit
|
commitdiff
|
tree
2016-05-11
Lukasz Pawelczyk
write_file()/read_file() functions added
commit
|
commitdiff
|
tree
2016-05-06
Krzysztof Jackiewicz
Make yaca GCC 5 compatibile
commit
|
commitdiff
|
tree
2016-05-04
Lukasz Pawelczyk
Switch to smart-tabs in key.c and key.h
commit
|
commitdiff
|
tree
2016-04-26
Dariusz Michaluk
Change spaces to tab in CMakeLists
commit
|
commitdiff
|
tree
2016-04-20
Lukasz Pawelczyk
Examples reviewed and simplified after RSA/HMAC sign...
commit
|
commitdiff
|
tree
2016-04-20
Lukasz Pawelczyk
Sign/verify initial implementation. Examples to follow.
commit
|
commitdiff
|
tree
2016-04-20
Lukasz Pawelczyk
Split ECC key types into ECDSA and ECDH
commit
|
commitdiff
|
tree
2016-04-15
Lukasz Pawelczyk
Nullify destroyed pointer.
commit
|
commitdiff
|
tree
2016-04-15
Mateusz Kulikowski
yaca_ctx_free: Cause exception on missing destructor.
commit
|
commitdiff
|
tree
2016-04-15
Mateusz Kulikowski
Add yaca_ctx_get|set_param prototypes.
commit
|
commitdiff
|
tree
2016-04-15
Mateusz Kulikowski
Use crypto_zalloc for internal structure allocations.
commit
|
commitdiff
|
tree
2016-04-15
Mateusz Kulikowski
yaca: add yaca_zalloc
commit
|
commitdiff
|
tree
2016-04-15
Mateusz Kulikowski
Implement limited symmetric cipher support
commit
|
commitdiff
|
tree
2016-04-14
Mateusz Kulikowski
Implement yaca_get_iv_bits()
commit
|
commitdiff
|
tree
2016-04-14
Mateusz Kulikowski
encrypt: add get_symmetric_algorithm
commit
|
commitdiff
|
tree
2016-04-14
Mateusz Kulikowski
internal.h: add YACA_CTX_ENCRYPT
commit
|
commitdiff
|
tree
2016-04-14
Mateusz Kulikowski
simple: Handle encrypt/decrypt block sizes properly
commit
|
commitdiff
|
tree
2016-04-14
Mateusz Kulikowski
Encrypt example update
commit
|
commitdiff
|
tree
2016-04-13
Lukasz Pawelczyk
Add SIGN context to context types.
commit
|
commitdiff
|
tree
next