]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2019-07-23  Richard LevitteReplace OSSL_ITEM with OSSL_PARAM as parameter descript...
2019-07-23  Richard LevitteDescribe OSSL_PARAM as a parameter descriptor
2019-07-23  Richard LevitteRe-implement the cipher and digest listings for 'openss...
2019-07-23  Richard LevitteAdd EVP_CIPHER_do_all_ex() and EVP_MD_do_all_ex()
2019-07-23  Richard LevitteAdd internal function evp_generic_do_all()
2019-07-23  Richard LevitteRefactor ossl_method_construct() in terms of ossl_algor...
2019-07-23  Richard LevitteAdd internal function ossl_algorithm_do_all()
2019-07-23  Richard LevitteAdd OSSL_PROVIDER_name()
2019-07-23  Richard LevitteAdd EVP_MD_provider() and EVP_CIPHER_provider()
2019-07-23  Richard LevitteRe-implement EVP_MD_name() and EVP_CIPHER_name() as...
2019-07-23  Richard LevitteAdd a mechnism to save the name of fetched methods
2019-07-23  Richard Levitteprovider-keymgmt(7): Document the KEYMGMT interface
2019-07-22  Patrick SteuerRemove superfluous call to OPENSSL_cpuid_setup
2019-07-22  Bernd EdlingerChange DH parameters to generate the order q subgroup...
2019-07-22  Richard LevitteDocumentation: add provider-base(7), describing the...
2019-07-22  Richard LevitteDocumentation: Move the description of the fetching...
2019-07-22  Richard LevitteDocumentation: Add provider(7), for general description...
2019-07-22  Rich SalzInclude deprecated SYS_F_xxx codes
2019-07-22  Rich SalzDeprecate SYSerr, add new FUNCerr macro
2019-07-22  Rich SalzAdd ERR_put_func_error, and use it.
2019-07-22  Bernd EdlingerAllocate DRBG additional data pool from non-secure...
2019-07-22  Dr. Matthias... x509: publish X509_PUBKEY_dup
2019-07-22  Dr. Matthias... x509: add missing X509 dup functions
2019-07-22  Dr. Matthias... x509: sort X509 dup functions alphabetically
2019-07-22  Richard LevitteAdd an internal API to access the KEYMGMT provider...
2019-07-22  Richard LevitteAdd evp_keymgmt_clear_pkey_cache() and use it
2019-07-22  Richard LevitteAdapt int_ctx_new() to use with providers
2019-07-22  Richard LevitteAdd evp_keymgmt_export_to_provider(), for key transfer...
2019-07-22  Richard LevitteAdd basic EVP_KEYMGMT API and libcrypto <-> provider...
2019-07-18  PauliAdd param builder free function.
2019-07-21  Richard LevitteCygwin: enable the use of Dl_info and dladdr()
2019-07-19  Richard Levittetest/enginetest.c: Make sure no config file is loaded
2019-07-19  Richard Levittedoc: fix some links
2019-07-19  Richard Levitteutil/find-doc-nits: fixups
2019-07-19  Matt CaswellFix no-dh
2019-07-18  Richard LevitteCorrect some OSSL_PARAM documentation
2019-07-18  Bernd EdlingerAdd value_barriers in constant time select functions
2019-07-18  Shane LontisFix S390X compile error due to missing defines
2019-07-18  Shane LontisCleanup use of X509 STORE locks
2019-07-18  Dr. Matthias... Fix init_get_thread_local()
2019-07-17  Rich SalzDeprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}
2019-07-17  Matt CaswellFix the return value for SSL_get0_chain_certs()
2019-07-17  PauliParameter building utilities.
2019-07-16  Pauliremove end of line spaces
2019-07-16  PauliRemove tab characters from C source files.
2019-07-16  Kurt RoeckxAuto add a label depending on the type of issue they...
2019-07-16  Richard LevitteProvider config module: allow providers to already...
2019-07-16  Todd ShortFix SSL_CTX_set_session_id_context() docs
2019-07-16  Patrick Steuers390x assembly pack: fix restoring of SIGILL action
2019-07-16  Viktor DukhovniActually silently ignore GET / OCSP requests
2019-07-16  Matt CaswellDocument the new EVP_KEYEXCH type and related functions
2019-07-16  Matt CaswellAdd the ability to set PKCS#3 DH padding in providers
2019-07-16  Matt CaswellEnable PKCS#3 DH in the providers
2019-07-16  Matt CaswellImplement PKCS#3 DH Key Exchange in the default provider
2019-07-16  Matt CaswellMake the EVP Key Exchange code provider aware
2019-07-16  Rich SalzRegenerate mkerr files
2019-07-16  Rich SalzRemove function name from errors
2019-07-16  PauliRemove DRBG from SSL structure.
2019-07-15  Shane LontisAdd Common shared code needed to move aes ciphers to...
2019-07-11  Pauliremove end of line whitespace
2019-07-11  Matt CaswellConvert asn1_dsa.c to use the WPACKET API instead
2019-07-11  Matt CaswellGive WPACKET the ability to have a NULL buffer undernea...
2019-07-11  Matt CaswellConvert asn1_dsa.c to use the PACKET API instead
2019-07-11  Matt CaswellMake the PACKET/WPACKET code available to both libcrypt...
2019-07-11  David MakepeaceAdd simple ASN.1 utils for DSA signature DER.
2019-07-11  PauliCoverity #1451596: check dirlen for being negative
2019-07-11  PauliCoverity #1451595: use correct free function.
2019-07-15  Richard Levitteutil/opensslwrap.sh: adjust to define OPENSSL_MODULES...
2019-07-15  Richard LevitteIn documentation, consistently refer to OpenSSL 3.0
2019-07-15  Matt CaswellMake sure all BIGNUM operations work within the FIPS...
2019-07-15  Richard LevitteMove the code for 'openssl list' to its own translation...
2019-07-15  Richard LevitteRefactor apps/progs.* to be generate with 'make update'
2019-07-15  Krists KrilovsFix wrong lock claimed in x509 dir lookup.
2019-07-11  agnosticdevissue-9316: Update return documentation for RAND_set_ra...
2019-07-11  Rich SalzMake allocation/free/clean available to providers
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
next