openssl.git
2020-04-15 Shane LontisAdd DSA keygen to provider
2020-04-15 Matt CaswellMake sure we always send an alert in libssl if we hit...
2020-04-15 Matt CaswellWhen calling EC_POINT_point2buf we must use a libctx
2020-04-15 Matt CaswellDocument the new libctx aware private key functions
2020-04-15 Matt CaswellMake sure we use the libctx in libssl when loading...
2020-04-15 Matt CaswellTeach PEM_read_bio_PrivateKey about libctx
2020-04-15 Matt CaswellTeach the OSSL_STORE code about libctx
2020-04-15 Matt CaswellUse the libctx in Ed448 private key decoding
2020-04-15 Matt CaswellTeach d2i_PrivateKey et al about libctx
2020-04-15 Tomas MrazFix no-pic static builds
2020-04-15 Richard LevitteEVP: fix memleak in evp_pkey_downgrade()
2020-04-15 Richard LevitteEVP: Add a temporary SM2 hack to key generation
2020-04-15 Richard LevitteEC: Refactor EVP_PKEY_CTX curve setting macros for...
2020-04-15 Richard LevittePROV: Implement EC param / key generation
2020-04-15 Richard LevitteKEYMGMT: Add functions to get param/key generation...
2020-04-15 Shane LontisFix Dynamic engine loading so that the call to ENGINE_l...
2020-04-15 Dr. Matthias... mkerr: remove legacy guards from generated error headers
2020-04-14 Aaron ThompsonAdd ex_data to EVP_PKEY.
2020-04-14 scottBIO_do_accept: correct error return value
2020-04-11 Richard LevitteFix some errors in documentation
2020-04-11 Richard LevitteInitialize files that declare internal symbols
2020-04-11 Richard LevitteRework util/find-doc-nits to distinguish internal docum...
2020-04-11 Jake MaynardAdd manpage entry for X509_check_purpose()
2020-04-10 Patrick SteuerFix EVP_DigestSign interface when used with DES CMAC
2020-04-10 Richard LevitteEVP: legacy_ctrl_to_param() to handle provider side...
2020-04-10 Richard LevitteCMS KARI: Temporarly downgrade newly generated EVP_PKEY...
2020-04-10 Rich SalzDon't compile commands if disabled
2020-04-09 Benjamin KadukFix krb5 external test
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.
next