Clarify documentation of SSL_CTX_set_verify client side behavior
[openssl.git] / crypto /
2019-07-02 Matt CaswellMake BIGNUM rand functions available within the FIPS...
2019-07-02 Matt CaswellProvide rand_bytes_ex and rand_priv_bytes_ex
2019-07-02 Richard LevitteFIPS module: adapt for the changed error reporting...
2019-07-02 Richard LevitteReplumbing: re-implement error reporting for providers
2019-07-02 Richard Levitteossl_provider_upref to ossl_provider_up_ref
2019-07-02 Bernd EdlingerCheck for V_ASN1_BOOLEAN/V_ASN1_NULL in X509_ATTRIBUTE_...
2019-07-02 Bernd EdlingerFix ASN1_TYPE_get/set with type=V_ASN1_BOOLEAN
2019-07-02 Antoine CœurFix Typos
2019-07-01 Rich SalzRemove DES_check_key global
2019-07-01 Rich SalzRemove NextStep support
2019-07-01 Matt CaswellChange RC5_32_set_key to return an int type
2019-07-01 Matt CaswellEnsure that rc5 doesn't try to use a key longer than...
2019-07-01 Matt CaswellOnly cache a method if we actually created one
2019-07-01 Antoine CœurFix Typos
2019-07-01 PauliAdd OIDs for kmac128, kmac256 and blake2.
2019-06-29 Patrick Steuers390x assembly pack: add support for pcc and kma instru...
2019-06-28 Paul YangSupport SM2 certificate signing
2019-06-28 Matt CaswellChange the DRBG HMAC implementation to lookup allowed...
2019-06-28 Matt CaswellChange the DRBG HASH implementation to lookup all allow...
2019-06-28 Matt CaswellFix NULL pointer dereference in the ex_data code
2019-06-28 Matt CaswellMake the RAND code available from inside the FIPS module
2019-06-28 Matt CaswellRename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref...
2019-06-27 Matt CaswellMove the public SIV mode functions from public headers...
2019-06-26 Bernd EdlingerKeep the externally visible macro BIO_FLAGS_UPLINK...
2019-06-25 Shane LontisEC only uses approved curves in FIPS mode.
2019-06-24 Richard LevitteOSSL_NAMEMAP: make names case insensitive
2019-06-24 Richard LevitteReplumbing: add support for multiple names per algorithm
2019-06-24 PauliAllow AES XTS decryption using duplicate keys.
2019-06-24 PauliChange OSSL_PARAM return size to not be a pointer.
2019-06-22 Richard Levittecrypto/trace.c: Remove unexisting categories
2019-06-22 Richard LevitteOSSL_TRACE: ensure it's initialised
2019-06-21 Bernd EdlingerHandle CTRL-C as non-redoable abort signal
2019-06-21 PauliRemove OPENSSL_memcmp.
2019-06-20 PauliPrint thread IDs nicely.
2019-06-19 Rebecca CranFix UEFI build on FreeBSD by not including system headers
2019-06-19 Tomas MrazFix and document BIO_FLAGS_NONCLEAR_RST behavior on...
2019-06-19 Matt CaswellProvide an ability to deregister thread stop handlers
2019-06-19 Richard LevitteAdd extra error text in the property parser
2019-06-18 Rich SalzChange ERR_add_error_[v]data to append
2019-06-18 Richard Levittecrypto/modes/build.conf: Fix MODES asm mistakes
2019-06-18 Richard Levittecrypto/aes/build.info: Fix AES assembler specs
2019-06-18 Bernd EdlingerFix error handling at openssl_strerror_r
2019-06-18 Rebecca Cran Swap #if blocks in uid.c so target platform gets check...
2019-06-17 Matt CaswellStandardise the function naming conventions in initthread.c
2019-06-17 Matt CaswellAdd the function OPENSSL_thread_stop_ex()
2019-06-17 Matt CaswellTell the FIPS provider about thread stop events
2019-06-17 Matt CaswellProvide a version of ossl_init_thread_start that works...
2019-06-17 Matt CaswellSplit thread intialisation and handling out of init.c
2019-06-17 Matt CaswellConvert thread stop handling into a publish/subscribe...
2019-06-17 Matt CaswellAdd the function openssl_ctx_get_concrete()
2019-06-17 Richard LevitteMove keccak1600_asm_src file information to build.info...
2019-06-17 Richard LevitteMove poly1305_asm_src file information to build.info...
2019-06-17 Richard LevitteMove chacha_asm_src file information to build.info...
2019-06-17 Richard LevitteMove modes_asm_src file information to build.info files
2019-06-17 Richard LevitteMove cmll_asm_src file information to build.info files
2019-06-17 Richard LevitteMove wp_asm_src file information to build.info files
2019-06-17 Richard LevitteMove rc5_asm_src file information to build.info files
2019-06-17 Richard LevitteMove rmd160_asm_src file information to build.info...
2019-06-17 Richard LevitteMove rc4_asm_src file information to build.info files
2019-06-17 Richard LevitteMove cast_asm_src file information to build.info files
2019-06-17 Richard LevitteMove sha1_asm_src file information to build.info files
2019-06-17 Richard LevitteMove md5_asm_src file information to build.info files
2019-06-17 Richard LevitteMove bf_asm_src file information to build.info files
2019-06-17 Richard LevitteMove aes_asm_src file information to build.info files
2019-06-17 Richard LevitteMove des_asm_src file information to build.info files
2019-06-17 Richard LevitteMove ec_asm_src file information to build.info files
2019-06-17 Richard LevitteMove cpuid_asm_src file information to build.info files
2019-06-17 Richard LevitteMove bn_asm_src file information to build.info files
2019-06-17 Richard LevitteMove uplink file information to build.info files
2019-06-17 Richard LevitteReplumbing: offer a core upcall to get the provider...
2019-06-17 Richard Levittecrypto/ppccap.c: Fix FIPS build on PPC
2019-06-14 Richard LevitteUse variables in build.info files where it's worth...
2019-06-14 Matt CaswellFix building with enable-trace
2019-06-12 raja-ashokTLS1.3 FFDHE Support
2019-06-12 Matt CaswellEnsure code is compiled with correct BIGNUM assembler...
2019-06-12 Matt CaswellMake BIGNUM code available from within the FIPS module
2019-06-12 Matt CaswellTemporarily disable RAND call in FIPS_MODE until RAND...
2019-06-12 Matt CaswellConvert bn_rand.c to use EVP
2019-06-12 Matt CaswellCreate BN_CTX_new_ex() and BN_CTX_secure_new_ex()
2019-06-11 Matt CaswellMove a fall through comment
2019-06-11 Bernd EdlingerFix a URL to the NMBRTHRY list archive
2019-06-11 Shane LontisPBKDF2 updates to conform to SP800-132
2019-06-11 Shane LontisMake EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).
2019-06-11 Shane LontisFix Keccak structure name reference in S390 legacy...
2019-06-10 Tomas MrazBIO_lookup_ex: Retry with AI_ADDRCONFIG cleared if...
2019-06-10 Richard LevitteEVP fetching: make operation_id part of the method...
2019-06-09 Dr. Matthias St... Revert the DEVRANDOM_WAIT feature
2019-06-07 Matt CaswellMove the rand_nonce_lock code into drbg_lib.c
2019-06-07 Matt CaswellMake the rand_crng code OPENSSL_CTX aware
2019-06-07 Matt CaswellConvert drbg_lib to use OPENSSL_CTX for its global...
2019-06-07 Acheev BhagatReplace BIO_printf with ASN1_STRING_print in GENERAL_NA...
2019-06-06 Kurt RoeckxChange EVP_MAC method from copy to dup
2019-06-06 Kurt RoeckxReplace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()
2019-06-05 Shane LontisCoverity fixes
2019-06-04 Richard LevitteEVP_DigestInit_ex(): drop previous context engine earlier
2019-06-04 Vitezslav Cizekbuild_SYS_str_reasons: Fix a crash caused by overlong...
2019-06-04 Shane LontisMove digests to providers
2019-06-03 Matt CaswellEnsure we get all the right defines for AES assembler...
2019-06-03 Matt CaswellMake basic AES ciphers available from within the FIPS...
2019-06-03 PauliRemove file reference from property documentation.
next