Age | Commit message (Expand) | Author |
2014-11-18 | More missing error checks I forgot to commit last week, part of the large | Miod Vallat |
2014-11-09 | KNF (when not conflicting with other cleanup changes in progress) | Miod Vallat |
2014-11-09 | GOST crypto algorithms (well, most of them), ported from the removed GOST | Miod Vallat |
2014-11-09 | Introduce EVP_MD_CTX_ctrl(), to allow for fine control of a given digest. | Miod Vallat |
2014-10-28 | Check the result of sk_*_push() operations for failure. | Miod Vallat |
2014-10-22 | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | Joel Sing |
2014-10-18 | None of these need to include <openssl/rand.h> | Joel Sing |
2014-08-11 | Guard RSA / RC4-5 ASM when NO_ASM is not defined | Brent Cook |
2014-08-06 | Allow B64_EOF to follow a base64 padding character. This restores previous | Joel Sing |
2014-08-06 | Correct error checks in EVP_read_pw_string_min(): UI_add_input_string() | Philip Guenther |
2014-08-04 | In chacha_init(), allow for a NULL iv. Reported by znz on github. | Miod Vallat |
2014-07-23 | Check the return value of the UI functions (including UI_new() which return | Miod Vallat |
2014-07-22 | Now that DES_random_key() can be trusted, use it to generate DES keys in the | Miod Vallat |
2014-07-13 | Possible PBEPARAM leak in the error path. | Miod Vallat |
2014-07-13 | EVP_DigestInit_ex() may be used to recycle an existing EVP_MD_CTX without having | Miod Vallat |
2014-07-13 | No need to include evp_locl.h in there. | Miod Vallat |
2014-07-12 | No need to include asn1_mac.h here. | Miod Vallat |
2014-07-12 | We have EVP_CIPH_FLAG_DEFAULT_ASN1 in evp.h; no need to keep constructs to | Miod Vallat |
2014-07-12 | Make the BLOCK_CIPHER_{generic,custom} macros expand to more readable struct | Miod Vallat |
2014-07-12 | if (x) FOO_free(x) -> FOO_free(x). | Miod Vallat |
2014-07-11 | OPENSSL_ALGORITHM_DEFINES has been removed from conf.h, no need for it now | Ted Unangst |
2014-07-11 | Fix copy for CCM, GCM and XTS. | Miod Vallat |
2014-07-11 | In EVP_PBE_alg_add don't use the underlying NID for the cipher | Miod Vallat |
2014-07-11 | Missing initialization; OpenSSL PR#3289 and #3345 via OpenSSL trunk. | Miod Vallat |
2014-07-11 | Only import cryptlib.h in the four source files that actually need it. | Joel Sing |
2014-07-10 | Explicitly include <openssl/opensslconf.h> in every file that references | Joel Sing |
2014-07-10 | Kill a blatantly outdated (and now wrong) comment | Miod Vallat |
2014-07-10 | Stop including standard headers via cryptlib.h - pull in the headers that | Joel Sing |
2014-07-09 | remove unused, private version strings except SSL_version_str | Brent Cook |
2014-06-24 | Remove BIO_f_reliable(), guilty of playing with EVP_MD_CTX internals it | Miod Vallat |
2014-06-21 | Switch to the ISC licensed versions of these files, which Google has made | Joel Sing |
2014-06-15 | free iv, then cleanse. from Cyril Jouve | Ted Unangst |
2014-06-15 | Simplify EVP_MD_CTX_create() by just using calloc(). Also, use 0 rather | Joel Sing |
2014-06-15 | Simplify EVP_CIPHER_CTX_new() - stop pretending that EVP_CIPHER_CTX_init() | Joel Sing |
2014-06-15 | Add missing OPENSSL_cleanse() in aead_aes_gcm_cleanup(). | Joel Sing |
2014-06-15 | The OPENSSL_cleanse() in aes_gcm_cleanup() only cleans the gcm field of the | Joel Sing |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-06-11 | c-file-style hints, begone; ok beck | Theo de Raadt |
2014-06-10 | Abandon the auto-ENGINE /dev/crypto interface. VIA 3des cbc receives | Theo de Raadt |
2014-06-10 | Use C99 initialisers for EVP_MD structs, for clarity, grepability and to | Joel Sing |
2014-06-07 | Remove various test stubs. The good ones have been moved by jsing | Theo de Raadt |
2014-06-07 | malloc() result does not need a cast. | Theo de Raadt |
2014-05-30 | remove CONST_STRICT. ok beck deraadt | Ted Unangst |
2014-05-30 | no need for null check before free. from Brendan MacDonell | Ted Unangst |
2014-05-26 | Implement an improved version of the EVP AEAD API. The | Joel Sing |
2014-05-25 | calloc instead of malloc/memset. from Benjamin Baier | Ted Unangst |
2014-05-22 | Convert OPENSSL_malloc stuff back to intrinsics, a few were missed | Bob Beck |
2014-05-17 | no no md2 | Ted Unangst |
2014-05-17 | no no seed | Ted Unangst |
2014-05-16 | When OPENSSL_LOAD_CONF was added it ended up with more #if 0 code, | Joel Sing |