openssl.git
2019-06-28 Matt CaswellCall RAND_DRBG_bytes from inside the FIPS provider
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 CaswellDocument EVP_CIPHER_up_ref()
2019-06-28 Matt CaswellRename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref...
2019-06-28 Matt CaswellAdd documentation for EVP_CIPHER_fetch
2019-06-27 Dr. Matthias... man: clarify the 'random number generator must be seede...
2019-06-27 Dr. Matthias... man: fix documentation for RSA_generate_key()
2019-06-27 Matt CaswellMove the public SIV mode functions from public headers...
2019-06-26 Benjamin KadukMove 'shared_sigalgs' from cert_st to ssl_st
2019-06-26 Benjamin KadukRevert "Delay setting the sig algs until after the...
2019-06-26 Benjamin KadukAdd regression test for #9099
2019-06-26 Bernd EdlingerKeep the externally visible macro BIO_FLAGS_UPLINK...
2019-06-26 Paul YangFix incorrect usage of a test case
2019-06-26 PauliThe params_test uses wrong size for BN check.
2019-06-25 Shane LontisEC only uses approved curves in FIPS mode.
2019-06-24 Patrick SteuerFix s390x build errors and warnings
2019-06-24 Dr. Matthias... OSSL_TRACE: enhance documentation and fix doc-nit errors
2019-06-24 Santhosh RameshwarapuCross-linked the man(1) pages of kdf & pkeyutl.
2019-06-24 Richard LevitteOSSL_NAMEMAP: make names case insensitive
2019-06-24 Richard LevitteAdd a namemap test
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 Richard LevitteEnhance and update the docs of the internal ossl_provid...
2019-06-24 PauliChange OSSL_PARAM return size to not be a pointer.
2019-06-24 PauliAdd documentation for CRYPTO_memcmp.
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-20 Richard Levittetest/testutil/init.c, apps/openssl.c: add trace cleanup...
2019-06-20 Frederik Wedel... Update test/README
2019-06-19 Miquel RuizAdd SSL_shutdown to SSL_get_error's documentation
2019-06-19 Rebecca CranFix UEFI build on FreeBSD by not including system headers
2019-06-19 Matt CaswellFix a doc-nits failure
2019-06-19 Tomas MrazFix and document BIO_FLAGS_NONCLEAR_RST behavior on...
2019-06-19 Matt CaswellAdd some internal documentation for some thread related...
2019-06-19 Matt CaswellProvide an ability to deregister thread stop handlers
2019-06-19 Richard LevitteAdd tracing capability in test utilities
2019-06-19 Richard LevitteAdd extra error text in the property parser
2019-06-19 Matt CaswellDon't create an OPENSSL_CTX twice
2019-06-19 PauliARIA documentation titled itself AES
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 Matt CaswellFollowing the previous 2 commits also move ecpointforma...
2019-06-18 Matt CaswellFix a race condition in ciphers handling
2019-06-18 Matt CaswellFix a race condition in supported groups handling
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 CaswellDocument OPENSSL_thread_stop_ex()
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 LevitteConfigure: final cleanup of asm related things
2019-06-17 Richard LevitteMove padlock_asm_src file information to build.info...
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 LevitteConfigure: add mechanism to specify asm target architecture
2019-06-17 Richard LevitteMove uplink file information to build.info files
2019-06-17 Richard LevitteConfigure: add mechanism to specify uplink target archi...
2019-06-17 Richard LevitteConfigure: allow conditions and variable values to...
2019-06-17 Richard LevitteConfigure: AIX needs a specific DSO extension function
2019-06-17 Matt CaswellFix no-ec with no-dh
2019-06-17 Matt CaswellAllow TLSv1.3 in a no-ec build
2019-06-17 Richard LevitteReplumbing: Adapt the default and legacy providers...
2019-06-17 Richard LevitteReplumbing: Adapt the FIPS module to use the library...
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-17 PauliBetter document specific OSSL_PARAM symbols.
2019-06-15 Paul YangAdd documentation for X509_cmp and related APIs
2019-06-14 Richard LevitteUse variables in build.info files where it's worth...
2019-06-14 Richard LevitteConfigure: Add support for variables in build.info...
2019-06-14 Matt CaswellFix building with enable-trace
2019-06-13 Matt CaswellFix no-dh
2019-06-13 Matt CaswellUpdate the d2i docs to reflect reality
2019-06-12 Tomas Mrazts: Fix awkward sentences in the documentation and...
2019-06-12 Tomas Mrazts: Use sha256 as default digest for TS query
2019-06-12 raja-ashokFix typo mistake on calls to SSL_ctrl in ssl.h
next