In rand_cleanup_int(), don't go creating a default method
[openssl.git] / crypto /
2017-04-06 Richard LevitteIn rand_cleanup_int(), don't go creating a default...
2017-04-04 Gergely NagyPBKDF2 computation speedup (15-40%)
2017-04-04 Richard LevitteFix faulty check of padding in x_long.c
2017-04-04 Matt CaswellFix a possible integer overflow in long_c2i
2017-04-04 Richard Levittemake update
2017-04-04 Richard LevitteImplement internal ASN.1 types INT32, UINT32, INT64...
2017-04-02 Andy Polyakovcrypto/ppccap.c: SIGILL-free processor capabilities...
2017-04-01 Andy Polyakovbio/b_print.c: switch to int64_t as "greatest-width...
2017-03-31 Jon SpillettFix for #2730. Add CRLDP extension to list of supported...
2017-03-30 Andy Polyakovbio/b_print.c: recognize even 'j' format modifier.
2017-03-29 Andy Polyakovbio/b_print.c: fix %z failure in 32-bit build.
2017-03-29 Richard LevitteAdd z modifier parsing to the BIO_printf et all format...
2017-03-29 Qin LongCleaning UEFI Build with additional OPENSSL_SYS_UEFI...
2017-03-29 FdaSilvaYYMore typo fixes
2017-03-28 FdaSilvaYYFix 0 -> NULL, indentation
2017-03-28 FdaSilvaYYRefomat a few comments on 80 cols
2017-03-27 Richard LevitteIn err_cleanup(), cleanup the thread local storage too
2017-03-26 Andy Polyakovaes/asm/bsaes-armv7.pl: relax stack alignment requirement.
2017-03-25 Bernd EdlingerDon't access memory before checking the correct length...
2017-03-24 Andy Polyakovbn/asm/sparcv9-mont.pl: fix squaring code path.
2017-03-22 Andy Polyakovmodes/ocb128.c: fix misaligned access in ILP32 builds...
2017-03-22 Andy Polyakovaes/asm/aesni-sha*-x86_64.pl: fix IV handling in SHAEXT...
2017-03-22 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vp...
2017-03-22 Andy Polyakovx86_64 assembly pack: add some Ryzen performance results.
2017-03-21 David BenjaminRemove duplicate X509_OBJECT free function.
2017-03-20 Richard LevitteFix decoding of ASN.1 LONG and ZLONG items
2017-03-20 Bernd EdlingerFix the error handling in CRYPTO_dup_ex_data.
2017-03-19 Kurt RoeckxUse memcmp() instead of CRYPTO_memcmp() when fuzzing
2017-03-19 Kurt RoeckxMake the CRYPTO_memcmp() prototype match memcmp()
2017-03-17 Péter BudaiFixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.
2017-03-15 Bernd EdlingerFixed a crash in print_notice.
2017-03-15 Richard LevitteAdd EC_KEY_get0_engine()
2017-03-13 Bernd EdlingerFix a crash or unbounded allocation in RSA_padding_add_...
2017-03-13 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vp...
2017-03-13 Andy Polyakovpoly1305/asm/poly1305-armv8.pl: ilp32-specific poly1305...
2017-03-13 Andy Polyakovcrypto/x86*cpuid.pl: move extended feature detection.
2017-03-12 Matt CaswellFix out-of-memory condition in conf
2017-03-11 Richard LevitteFix UI_get0_action_string()
2017-03-09 Jon SpillettExit the loop on failure
2017-03-07 Andy Polyakovcrypto/x86_64cpuid.pl: move extended feature detection...
2017-03-06 Rich SalzFix an endless loop in rsa_builtin_keygen.
2017-03-03 Matt CaswellEnsure we don't call memcpy with a NULL pointer
2017-03-03 Bernd EdlingerReset executable bits on files where not needed.
2017-03-03 Rich Salzsh_malloc & sh_free prototype change to match POSIX
2017-03-02 Andy Polyakovbio/b_addr.c: omit private hstrerror.
2017-03-02 Andy Polyakovaes/aes_x86core.c: clarify reference implementation...
2017-03-02 Andy Polyakovevp/e_aes_cbc_hmac_{sha1|sha256}.c: tag reference code.
2017-03-02 Andy Polyakovbn/asm: clean up unused PA-RISC modules.
2017-03-02 Andy Polyakovdes/des_locl.h: clean up unused/irrelevant macros.
2017-03-01 Richard LevitteVMS: compensate for gmtime_r() parameter pointer size
2017-03-01 Richard LevitteDon't use deprecated EVP_CIPHER_CTX_cleanup() internally
2017-03-01 Emilia KasperRemove some obsolete/obscure internal define switches:
2017-03-01 Benjamin KadukRemove OPENSSL_indirect_call()
2017-03-01 Benjamin KadukDon't free in cleanup routine
2017-02-28 Andy Polyakovcrypto/des: remove unreferenced rcp_enc.c module.
2017-02-28 Bernd EdlingerFix handling of EVP_PKEY_CTRL_PKCS7_ENCRYPT/DECRYPT...
2017-02-28 Richard LevitteCode health: With the VAX C-ism gone, OPENSSL_GLOBAL...
2017-02-28 Emilia KasperRemove memcpy unrolling in bn_lib.c
2017-02-28 Emilia KasperRemove support for HMAC_TEST_PRIVATE_KEY_FORMAT
2017-02-28 Matt CaswellRemove some commented out code in libcrypto
2017-02-28 Matt CaswellRemove a pointless "#ifndef" from bf_enc.c
2017-02-28 Matt CaswellRemove bf_cbc.c
2017-02-28 Matt CaswellRemove dead code in bn
2017-02-28 Todd ShortRemove some #if 0 code in ssl, crypto/bio
2017-02-28 Richard LevitteCode health: Stop using timeb.h / ftime() (VMS only)
2017-02-28 Emilia KasperClean up references to FIPS
2017-02-28 Emilia KasperRemove BN_DEBUG_TRIX
2017-02-28 Richard LevitteCode cleanup: remove the VMS specific reimplementation...
2017-02-28 Emilia KasperRemove dead code in crypto/pkcs7
2017-02-26 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: minor AVX512 optimization.
2017-02-26 Andy Polyakovcrypto/x86_64cpuid.pl: add CFI annotations.
2017-02-26 Andy Polyakovwhrlpool/asm/wp-x86_64.pl: add CFI annotations.
2017-02-26 Andy Polyakovcamellia/asm/cmll-x86_64.pl: add CFI annotations.
2017-02-26 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: add CFI annotations.
2017-02-26 Andy Polyakovchacha/asm/chacha-x86_64.pl: add CFI annotations.
2017-02-26 Richard LevitteAdd a null UI method
2017-02-25 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: add VPMADD52 code...
2017-02-25 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: switch to vpermdd...
2017-02-25 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: optimize AVX512 code...
2017-02-24 Emilia KasperX509 time: tighten validation per RFC 5280
2017-02-24 Bernd EdlingerAdd -Wundef to --strict-warnings options.
2017-02-23 PauliIncrease the size of the stack buffer to prevent an...
2017-02-23 Todd ShortFix potential memory leak in ASN1_TIME_to_generalizedtime()
2017-02-22 Richard LevitteFix typo, should be && rather than &
2017-02-22 Richard LevitteFix typo, missing ||
2017-02-22 Rich SalzIterate over EC_GROUP's poly array in a safe way
2017-02-22 Richard LevitteHave the directory reader use the Unix API on VMS
2017-02-21 Dmitry BelyavskiyFix memory leak in pkcs12 -export
2017-02-21 Bernd EdlingerFix a few memleaks in TXT_DB.
2017-02-21 Rich SalzPrevent OOB in SRP base64 code.
2017-02-21 HikarRemoved ugly size_t less than zero check.
2017-02-21 PauliEnsure minsize >= sizeof(SH_LIST)
2017-02-21 PauliImplementation of the ARIA cipher as described in RFC...
2017-02-21 Rich SalzDon't call memcpy if len is zero.
2017-02-20 Kurt RoeckxRevert "Use memcmp() instead of CRYPTO_memcmp() when...
2017-02-19 Kurt RoeckxUse memcmp() instead of CRYPTO_memcmp() when fuzzing
2017-02-17 Bernd EdlingerFix a slightly confusing if condition in a2i_ASN1_INTEGER.
2017-02-17 Richard LevitteFix symbol shadow
2017-02-17 David BenjaminFix typo in x86_64-mont5.pl CFI directives
2017-02-16 Benjamin KadukUse _WIN32 over WIN32 for preprocessor conditional
next