If no SNI has been explicitly set use the one from the session
[openssl.git] / crypto /
2017-08-31 Zhu Qun-YingFixed address family test error for AF_UNIX in BIO_ADDR...
2017-08-30 Todd ShortFix return value of ASN1_TIME_compare
2017-08-30 Jon SpillettImplement Aria GCM/CCM Modes and TLS cipher suites
2017-08-30 Jon SpillettFix potential null pointer dereference in ARIA implemen...
2017-08-29 PauliMove e_os.h to be the very first include.
2017-08-29 PauliMove the REF_PRINT support from e_os.h to internal...
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-08-28 Kurt RoeckxMake the global DRBGs static
2017-08-28 Kurt RoeckxDon't auto-instantiate a DRBG when trying to use it...
2017-08-28 Rich SalzAvoid out-of-bounds read
2017-08-28 Dr. Matthias St... DRBG: Remove 'randomness' buffer from 'RAND_DRBG'
2017-08-28 Dr. Matthias St... RAND: Rename the RAND_poll_ex() callback and its typedef
2017-08-28 Dr. Matthias St... DRBG: clarify difference between entropy counts and...
2017-08-27 Rich SalzMSC_VER <= 1200 isn't supported; remove dead code
2017-08-25 Paul YangThis part fixes braces around if-else.
2017-08-25 Paul YangFix coding style in crypto/rsa directory
2017-08-25 Rich SalzUse strcpy instead of sprintf %s
2017-08-25 Bernd EdlingerClear secret stack values after use in the ED25519...
2017-08-25 Bernd EdlingerClear secret stack values after use in curve25519.c
2017-08-25 Richard LevitteNO_SYS_TYPES_H isn't defined anywhere, stop using it...
2017-08-24 PauliCheck for EOF in ASCII conversions.
2017-08-23 Kazuki YamaguchiFix BN_print()
2017-08-23 Rich SalzMove randomness to allocated buffer
2017-08-22 PauliImprovement the formatting in bn_print.c
2017-08-22 Rich Salz(Re)move some things from e_os.h
2017-08-22 Rich SalzUse "" not <> on e_os.h include
2017-08-22 Rich SalzRemove custom base64 code.
2017-08-22 Rich SalzUse "" not <> for internal/ includes
2017-08-22 PauliAvoid a self-assignment.
2017-08-21 PauliThis has been added to avoid the situation where some...
2017-08-21 Matt CaswellMore updates following review feedback
2017-08-21 Matt CaswellUpdates following feedback on OPENSSL_assert() removal
2017-08-21 Matt CaswellRemove OPENSSL_assert() from crypto/x509v3
2017-08-21 Matt CaswellRemove OPENSSL_assert() from crypto/x509
2017-08-21 Matt CaswellRemove OPENSSL_assert() from crypto/threads_none.c
2017-08-21 Matt CaswellRemove OPENSSL_assert() from crypto/pem
2017-08-21 Matt CaswellRemove OPENSSL_assert() from crypto/kdf
2017-08-21 Matt CaswellRemove OPENSSL_assert() from crypto/hmac
2017-08-21 Matt CaswellRemove OPENSSL_assert() from crypto/ec
2017-08-21 Matt CaswellRemove OPENSSL_assert() from conf_api.c
2017-08-21 Matt CaswellRemove OPENSSL_assert() usage from crypto/bn
2017-08-21 Matt CaswellRemove OPENSSL_assert() from various crypto/bio files
2017-08-21 Matt CaswellRemove OPENSSL_assert() from crypto/asn1/bio_asn1.c
2017-08-18 Rich SalzPut thread-fork-init inside a run-once guard
2017-08-18 Andy Polyakoverr/err.c: improve readability.
2017-08-18 Andy Polyakoverr/err.c: fix "wraparound" bug in ERR_set_error_data.
2017-08-17 Bernd EdlingerClear outputs in PKCS12_parse error handling.
2017-08-16 David von OheimbFix OCSP_basic_verify() cert chain construction in...
2017-08-16 Andy Polyakovsha/asm/keccak1600-armv4.pl: optimize for Thumb-2.
2017-08-15 Johannes BauerFix coding style of EVP_PKEY_CTX_ctrl_uint64
2017-08-15 Rich SalzRevert "Add some casts for %j"
2017-08-15 Richard LevitteClear error stack on successful OSSL_STORE_open()
2017-08-15 Richard LevitteAdd ERR_clear_last_mark()
2017-08-15 Richard LevitteRename crypto/evp/scrypt.c to crypto/evp/pbe_scrypt.c
2017-08-14 Rich SalzAdd some casts for %j
2017-08-13 Rich SalzInstantiate when RAND_status() checks
2017-08-12 Andy Polyakovsha/asm/keccak1600-avx512.pl: fix buglet in SHA3_squeez...
2017-08-12 Andy PolyakovWire SHAKE to EVP.
2017-08-12 Andy PolyakovAdd EVP_DigestFinalXOF, interface to extendable-output...
2017-08-08 Johannes BauerFix building without scrypt
2017-08-08 Dr. Stephen HensonSupport CMS decrypt without a certificate for all key...
2017-08-08 Johannes BauerAdd interface to the scrypt KDF by means of PKEY_METHOD
2017-08-07 Rich SalzVarious RAND improvements
2017-08-07 Bernd EdlingerAvoid surpising password dialog in X509 file lookup.
2017-08-07 Rich SalzMake RAND_DRBG fork-safe
2017-08-06 Rich SalzAdd missing include of cryptlib.h
2017-08-06 Dr. Stephen HensonUse passed drbg, not global one
2017-08-05 Xiaoyin LiuFix typo in files in crypto folder
2017-08-05 Dr. Stephen HensonAdd entropy sanity check
2017-08-05 Dr. Stephen HensonSet randomness buffer pointer in get_entropy calls.
2017-08-04 Todd ShortConsolidate to a single asn1_time_from_tm() function
2017-08-03 Rich SalzAdd RAND_priv_bytes() for private keys
2017-08-03 Rich SalzAdd a DRBG to each SSL object
2017-08-03 Rich SalzSwitch from ossl_rand to DRBG rand
2017-08-03 Matt CaswellMove ossl_assert
2017-08-03 Johannes BauerFix indentation
2017-08-03 Johannes BauerAdded differentiation between missing secret and missin...
2017-08-03 Johannes BauerChanged use of EVP_PKEY_CTX_md() and more specific...
2017-08-03 Johannes BauerMore error handling to HKDF and one more case in TLS1-PRF
2017-08-03 Johannes BauerSet error when HKDF used without parameters
2017-08-02 Andy Polyakovsha/asm/keccak1600-armv4.pl: improve non-NEON performan...
2017-08-01 Martin PeyloAdding NID_hmac_sha1 and _md5 to builtin_pbe[]
2017-08-01 Andy Polyakovsha/keccak1600.c: choose more sensible default parameters.
2017-08-01 Andy Polyakovasn1/a_time.c: make handling of 'fractional point'...
2017-07-31 Bernd EdlingerFix an information leak in the RSA padding check code.
2017-07-31 Andy Polyakovbn/bn_lcl.h: restore formatting.
2017-07-31 Andy Polyakovbn/bn_lcl.h: use __int128 whenever possible, not only...
2017-07-31 Andy Polyakovbn/bn_lcl.h: improve inline assembly coverage on PPC64.
2017-07-31 Xiaoyin LiuFix typo in sha1-thumb.pl
2017-07-31 Paul YangRefactor ASN1_TIME_print functions
2017-07-29 Dr. Stephen HensonAdd public key method enumeration function.
2017-07-29 Bernd EdlingerUse OPENSSL_secure_clear_free in STORE file_load
2017-07-29 Bernd EdlingerUse OPENSSL_secure_clear_free in PEM_read_bio_PrivateKe...
2017-07-29 Bernd EdlingerUse OPENSSL_secure_clear_free for secure mem BIOs and...
2017-07-29 Bernd EdlingerImplement the CRYPTO_secure_clear_free function
2017-07-29 Bernd EdlingerClean password buffer on stack for PEM_read_bio_PrivateKey
2017-07-28 Paul YangFix coding style nits in crypto/asn1/a_strnid.c
2017-07-27 Benjamin KadukImprove style
2017-07-27 Benjamin KadukFixups for STORE commit
2017-07-27 Benjamin KadukDefine a value for SYS_F_FCNTL
next