]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2019-07-11  Richard LevitteAdapt the provider AES for more use of OSSL_PARAM
2019-07-11  Richard LevitteAdapt diverse EVP_CIPHER functions to use get_params...
2019-07-11  Richard LevitteMake more use of OSSL_PARAM for ciphers
2019-07-11  Richard Levittetest/evp_test.c: [ciphers] Test that we get back the...
2019-07-09  Bernd EdlingerReplace long dash characters with normal ascii minus
2019-07-08  Shane LontisAdd X9.42 KDF.
2019-07-08  Dmitry BelyavskiyAvoid NULL pointer dereference. Fixes #9043.
2019-07-08  Dmitry BelyavskiyA very brief explanation of how to add custom functions...
2019-07-08  John SchemberiOS build: Replace %20 with space in config script
2019-07-08  Lei MaohuiFix build error for aarch64 big endian.
2019-07-07  Dr. Matthias... man: fix typo in OPENSSL_fork_prepare.pod
2019-07-07  Bernd EdlingerFix an endless loop in BN_generate_prime_ex
2019-07-04  Matt CaswellPrevent the use of RUN_ONCE inside the FIPS module
2019-07-04  Tomas MrazClarify documentation of SSL_CTX_set_verify client...
2019-07-04  Bernd EdlingerFix a typo and a syntax error in opensslconf.h
2019-07-04  Richard Levittetest/recipes/02_test_errstr.t: Make it less fragile
2019-07-02  Martin PeyloAdding Test.pm with workaround for Perl abs2rel bug
2019-07-02  Rich SalzFix comment; unchecked->checked
2019-07-02  Matt CaswellAdd a dummy call to BN_rand_ex() in the FIPS provider
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  Patrick Steuers390x assembly pack: fix various aes modes performance...
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-02  Patrick Steuertest/p_test.c: silence -Wstringop-overflow
2019-07-02  Rich SalzRemove EXPORT_VAR_AS_FUNC
2019-07-01  Rich SalzRemove global-var/function macros
2019-07-01  Rich SalzRemove DES_check_key global
2019-07-01  Rich SalzRemove NextStep support
2019-07-01  Matt CaswellFix a leak in evp_test
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-27  PauliAdd a note in the contributing file about trivial commits.
2019-06-29  Patrick Steuers390x assembly pack: update OPENSSL_s390xcap(3)
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 CaswellAdd a nid 2 algorithm name mapping capability
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()
next