2020-09-02 |
Lukasz Pawelczyk | Test for empty plain and cipher texts in simple API
|
commit | commitdiff | tree |
2020-09-01 |
Lukasz Pawelczyk | Reindent recently added files and fix file modes
|
commit | commitdiff | tree |
2020-07-08 |
Lukasz Pawelczyk | Unit and system tests for YACA using OpenSSL mockup
|
commit | commitdiff | tree |
2020-07-08 |
Lukasz Pawelczyk | OpenSSL and libc mockup infrastructure implementation
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Unit and system tests for YACA
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Assert prime_len instead of error check
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Assert instead of error check EVP_CIPHER_CTX_cipher()
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Clarify bit_length for yaca_key_generate
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Clarify calling update only once with CCM
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Clarify possible AAD length
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Distinguish different cases with the same OpenSSL error...
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Padding has to be set before update in case of decryption
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Handle errors from EVP_PKEY_CTX_set_*
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Remove unused OpenSSL RAND methods
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Remove support for OpenSSL 1.0.x, it's EOL
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Better error handling in encrypt_ctx_init() and encrypt_ctx_...
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Add yaca's include deps to examples
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Change key_copy API, it's only used in one place
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Handle errors properly in various key.c functions
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Clarify the code that caused many sleepless engineers
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Add all debug functions to debug.h
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Unify errors treating from OpenSSL functions.
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Treat OPEN same way as DECRYPT in case of a CipherUpdate...
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Handle keys in seal a little bit better
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Handle unreachable code in different ways
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | If data_len is strange here it's OpenSSL's fault, not...
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Add clarification comment for key_import
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Remove unreachable function
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Add more errors to invalid parameter in error_handle
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Those functions can be static now
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Add extern C for debug.h
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Fix checking input params for get_iv_length
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Use TEMP_FAILTURE_RETRY instead of checking EINTR by...
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Change the way coverage is triggered in spec
|
commit | commitdiff | tree |
2020-06-26 |
Lukasz Pawelczyk | Fix yaca_memcmp() properly returning INVALID_PARAMETER
|
commit | commitdiff | tree |
2018-06-18 |
Lukasz Pawelczyk | Fix pycodestyle issue
|
commit | commitdiff | tree |
2018-06-07 |
Lukasz Pawelczyk | Fix some pylint issues
|
commit | commitdiff | tree |
2018-04-05 |
Lukasz Pawelczyk | Python3 bindings for YACA
|
commit | commitdiff | tree |
2017-11-17 |
Lukasz Pawelczyk | Clarification for key_derive_dh, EC keys are also accepted
|
commit | commitdiff | tree |
2017-11-17 |
Lukasz Pawelczyk | Handle special use case of EVP_DigestSignFinal()
|
commit | commitdiff | tree |
2017-11-17 |
Lukasz Pawelczyk | Fix possible segfault in seal_initialize
|
commit | commitdiff | tree |
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 |
Lukasz Pawelczyk | s/INTERNAL_KEYLEN/KEYLEN_COMPONENT/ in the "private...
|
commit | commitdiff | tree |
2016-08-29 |
Lukasz Pawelczyk | Unify simple key param names, EC for sign/verify
|
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-11 |
Lukasz Pawelczyk | Static encrypt/digest algo list
|
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 |
Lukasz Pawelczyk | Convert CRLF to LF in doc/ directory
|
commit | commitdiff | tree |
2016-07-11 |
Lukasz Pawelczyk | Various fixes in Doxygen comments
|
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-23 |
Lukasz Pawelczyk | Make sure there are no OpenSSL errors logged for key_import...
|
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-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-02 |
Lukasz Pawelczyk | Simplify yaca_key_gen() a little
|
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-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-27 |
Lukasz Pawelczyk | read_stdin_line() - misc function in examples
|
commit | commitdiff | tree |
2016-05-27 |
Lukasz Pawelczyk | Add emacs support file to git ignore
|
commit | commitdiff | tree |
next |