openssl.git
2020-04-09 Richard LevitteAdd common internal crypto/ modules in liblegacy.a
2020-04-09 Matt CaswellEnable Ed25519 signing/verifying to use the libctx
2020-04-09 Matt CaswellAdd the auto generated der files to .gitignore
2020-04-09 Matt CaswellDocument the new library context aware CT functions
2020-04-09 Matt CaswellEnsure libssl uses the new library context aware CT...
2020-04-09 Matt CaswellMake the CT code library context aware
2020-04-09 Matt CaswellEnable export_to functions to have access to the libctx
2020-04-09 Richard LevitteOpenSSL::OID: Don't use List::Util
2020-04-09 Jim NewsomeUpdate RAND_METHOD definition in man page
2020-04-09 Tomas MrazTravis build matrix adjustments
2020-04-09 PauliAdd a null provider which implements no algorithms.
2020-04-09 Shane LontisMove legacy ciphers into the legacy provider
2020-04-08 Matt CaswellDocument the new X509_STORE_CTX_new_with_libctx() function
2020-04-08 Matt CaswellExplicitly cache the X509v3_extensions in one more...
2020-04-08 Matt CaswellUse the libctx and propq from the X509_STORE_CTX
2020-04-08 Matt CaswellUse X509_STORE_CTX_new_with_libctx() in libssl
2020-04-08 Matt CaswellAdd X509_STORE_CTX_new_with_libctx()
2020-04-08 Richard LevitteTLS: Temporarly downgrade newly generated EVP_PKEYs...
2020-04-08 Richard LevitteFix export of provided EC keys
2020-04-08 Richard LevitteEVP & TLS: Add necessary EC_KEY data extraction functio...
2020-04-08 Richard LevitteEVP: add EVP_PKEY_is_a() and EVP_PKEY_can_sign()
2020-04-08 Pauliparams: add a warning about the PTR types.
2020-04-08 Patrick SteuerAES CTR-DRGB: do not leak timing information
2020-04-07 PauliInteger overflow in ASN1_STRING_set.
2020-04-07 Pauliparams: avoid a core dump with a null pointer and a...
2020-04-07 Billy Brumley[crypto/ec] blind coordinates in ec_wNAF_mul for robustness
2020-04-07 Bernd EdlingerFix the error handling in EC_POINTs_mul
2020-04-07 Dr. David von... Fix misleading error msg for PBM check w/o secret in...
2020-04-07 Dr. David von... Fix error reporting glitch in X509_STORE_CTX_print_veri...
2020-04-07 Dr. David von... Fix bugs in 3GPP exception checking and improve diagnos...
2020-04-07 Richard LevittePROV: Add DERlib support for ECDSA and EC keys
2020-04-07 Richard LevittePROV: Add DERlib support for DSA
2020-04-07 Richard LevittePROV: Add DERlib support for RSA
2020-04-07 Richard LevittePROV: Add the beginning of a DER writing library
2020-04-07 Richard LevitteAdd perl support to parse and DER encode ASN.1 OID...
2020-04-06 Tomas MrazAdd test cases for the non CA certificate with pathlen:0
2020-04-06 Tomas MrazSet X509_V_ERR_INVALID_EXTENSION error for invalid...
2020-04-06 Tomas MrazAllow certificates with Basic Constraints CA:false...
2020-04-04 Matt CaswellAdd a WPACKET test for the new DER capability
2020-04-04 Matt CaswellAdd "endfirst" writing to WPACKET
2020-04-03 Bernd EdlingerFix a gcc warning about possible null pointer
2020-04-03 Matt CaswellExpand the XTS documentation
2020-04-03 Aaron ThompsonRemove an unnecessary call to BN_CTX_free.
2020-04-03 Aaron ThompsonFix bugs in EC code introduced with FIPS changes.
2020-04-03 Shane LontisAdd data driven SELF TEST code for signatures and key...
2020-04-02 Dr. David von... HTTP client: make server/proxy and port params more...
2020-04-02 Dr. David von... Chunk 10 of CMP contribution to OpenSSL: CMP http...
2020-04-02 Nikolay MorozovTLS Cipher Suite 0xC102 Support
2020-04-02 Bernd EdlingerFix a printf format error in cmp_client.c
2020-04-01 Richard LevitteFixups in CHANGES.md
2020-04-01 Matt CaswellExtend the sslprovider_test to be able to additionally...
2020-04-01 Matt CaswellMake sure we always use the correct libctx in sslprovid...
2020-04-01 Matt CaswellMake sure we use the libctx when creating an EVP_PKEY_C...
2020-04-01 Matt CaswellUse EVP_DigestSignInit_ex and EVP_DigestVerifyInit_ex...
2020-04-01 Matt CaswellDon't double free a DH object
2020-04-01 Billy Brumley[crypto/ec] Ladder tweaks
2020-04-01 Billy Brumley[test] Make sm2_internal_test less fragile to changes...
2020-04-01 Tianjia Zhangapps: support sendfile in s_server when ktls enabled
2020-04-01 Shane LontisAdd EVP_PKEY_gettable_params support for accessing...
2020-03-31 Richard LevitteWindows makefile generator: Don't delete long lists...
2020-03-30 Matt CaswellGive a better error if we can't find a sig alg
2020-03-30 Nicola TuveriFix off-by-1 bug on provider_activate with custom error...
2020-03-30 Nicola TuveriAdd test for providers exposing OSSL_FUNC_PROVIDER_GET_...
2020-03-30 Matt CaswellDocument the new X509v3_cache_extensions() function
2020-03-30 Matt CaswellExplicitly cache X509v3 extensions in libssl
2020-03-30 Matt CaswellAdd the X509v3_cache_extensions() function
2020-03-30 Matt CaswellDon't attempt to up-ref an EVP_CIPHER if it is NULL
2020-03-30 Matt CaswellDescribe the "want" parameter in int create_bare_ssl_co...
2020-03-30 Matt CaswellDisplay errors if a test TLS connection fails
2020-03-28 PauliParam builder: Remove the static size limit.
2020-03-28 PauliParam build: make structures opaque.
2020-03-28 PauliNEWS: note OSSL_PARAM_BLD API as public.
2020-03-28 PauliParam builder: make the OSSL_PARAM_BLD APIs public.
2020-03-27 Tomas Mrazs_server: Properly indicate ALPN protocol mismatch
2020-03-27 Richard LevittePROV: Fix EC_KEY exporters to allow domain parameter...
2020-03-27 Matt CaswellDocument various SRP related APIs
2020-03-27 Matt CaswellUse the new library context aware SRP functions in...
2020-03-27 Matt CaswellUpdate libssl to use the new library context aware...
2020-03-27 Matt CaswellMake SRP library context aware
2020-03-27 Matt CaswellUse the new OCSP functions in sslapitest.c
2020-03-27 Matt CaswellAdd OCSP_RESPID_set_by_key_ex() and OCSP_RESPID_match_ex()
2020-03-27 Matt CaswellIgnore some fetch failures
2020-03-27 Matt CaswellPut an error on the stack in the event of a fetch failure
2020-03-26 Matt CaswellUse a fetched cipher for the TLSv1.3 early secret
2020-03-26 Matt CaswellUse a fetched cipher when decrypting a ticket in libssl
2020-03-25 Richard LevitteEVP: Limit the diverse key parameter functions to domai...
2020-03-25 Richard LevitteEVP: Implement support for key downgrading in backends
2020-03-25 Richard Levittetest/evp_pkey_provided_test.c: Add test of EVP_PKEY_cop...
2020-03-25 Richard LevitteEVP: Downgrade keys rather than upgrade
2020-03-25 Richard LevitteEVP: Add EVP_PKEY_set_type_by_keymgmt() and use it
2020-03-25 Richard LevitteEVP: Clarify the states of an EVP_PKEY
2020-03-25 Richard LevitteEC: Refactor ec_curve_name2nid() to accept NIST curve...
2020-03-25 Dr. David von... Chunk 9 of CMP contribution to OpenSSL: CMP client...
2020-03-25 Dr. David von... Fix bug in strncpy() use of sk_ASN1_UTF8STRING2text...
2020-03-25 Dr. David von... Fix whitespace nit in OSSL_SELF_TEST_new.pod which...
2020-03-25 Nikolay MorozovIssuer Sign Tool extention support
2020-03-25 Matt CaswellFix EVP_PKEY_new_mac_key()
2020-03-25 Richard Levitteutil/wrap.pl: Correct exit code when signalled
2020-03-24 Richard KönningUse ctx2 instead ctx.
2020-03-24 Matt CaswellMake sure we use a fetched cipher when encrypting state...
next