Remove special case code for SCTP reneg handling
[openssl.git] / crypto /
2017-04-25 Matt CaswellAdd better error logging if SCTP AUTH chunks are not...
2017-04-25 Matt CaswellAdd a BIO_lookup_ex() function
2017-04-24 Richard LevitteAdd CRYPTO_mem_leaks_cb
2017-04-24 Rich Salzcheck length sanity before correcting in EVP_CTRL_AEAD_...
2017-04-24 Alex GaynorAnnotate ASN.1 attributes of the jurisdictionCountryNam...
2017-04-21 David BenjaminNumbers greater than 1 are usually non-negative.
2017-04-20 letrhee-nsrAdd ARIA 32-bit implementation
2017-04-20 Adam LangleySmall primes are primes too.
2017-04-20 Rich SalzIgnore dups in X509_STORE_add_*
2017-04-20 Marek KleinexplicitText encoding
2017-04-20 Richard LevitteVMS: Copy DECC inclusion epi- and prologues to internals
2017-04-17 Andy Polyakovasn1/a_int.c: clean up asn1_get_int64.
2017-04-14 Andy Polyakovasn1/a_int.c: don't write result if returning error.
2017-04-14 Andy Polyakovasn1/a_int.c: simplify asn1_put_uint64.
2017-04-14 Andy Polyakovasn1/a_int.c: remove code duplicate and optimize branches,
2017-04-13 Richard LevitteASN.1: adapt our use of INTxx et al by making them...
2017-04-13 Richard LevitteASN.1: change INTxx, UINTxx and Z variants to be embedable
2017-04-13 Richard LevitteASN.1: extend the possibilities to embed data instead...
2017-04-12 Todd ShortOCSP Updates: error codes and multiple certificates
2017-04-11 Frank MorgnerAdded error checking for OBJ_create
2017-04-11 Richard LevitteFix x_int64.c
2017-04-11 Matt CaswellReject decoding of an INT64 with a value >INT64_MAX
2017-04-10 Richard LevitteAct on deprecation of LONG and ZLONG, step 2
2017-04-10 Richard LevitteAct on deprecation of LONG and ZLONG, step 1
2017-04-10 Richard LevitteDiscourage the use of LONG and ZLONG, and deprecate...
2017-04-10 Richard LevittePublish our INT32, UINT32, INT64, UINT64 ASN.1 types...
2017-04-10 Andy Polyakovrand/rand_lib.c: keep fixing no-engine configuration.
2017-04-10 Andy Polyakovasn1/x_long.c: remove conditions in inner loops and...
2017-04-07 Rich SalzMake default_method mostly compile-time
2017-04-07 Richard LevitteFix rand_lib.c for no-engine configuration
2017-04-07 Richard LevitteDon't try to clean up RAND from ENGINE
2017-04-07 Richard LevitteMake getting and setting the RAND default method thread...
2017-04-06 Todd ShortAdd support for MLOCK_ONFAULT to secure arena
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
next