Integer overflow in ASN1_STRING_set.
[openssl.git] / crypto /
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 OheimbFix misleading error msg for PBM check w/o secret in...
2020-04-07 Dr. David von OheimbFix error reporting glitch in X509_STORE_CTX_print_veri...
2020-04-07 Dr. David von OheimbFix 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-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 "endfirst" writing to WPACKET
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-02 Dr. David von OheimbHTTP client: make server/proxy and port params more...
2020-04-02 Dr. David von Oheimb Chunk 10 of CMP contribution to OpenSSL: CMP http...
2020-04-02 Bernd EdlingerFix a printf format error in cmp_client.c
2020-04-01 Billy Brumley[crypto/ec] Ladder tweaks
2020-04-01 Shane LontisAdd EVP_PKEY_gettable_params support for accessing...
2020-03-30 Nicola TuveriFix off-by-1 bug on provider_activate with custom error...
2020-03-30 Matt CaswellAdd the X509v3_cache_extensions() function
2020-03-28 PauliParam builder: Remove the static size limit.
2020-03-28 PauliParam build: make structures opaque.
2020-03-28 PauliParam builder: make the OSSL_PARAM_BLD APIs public.
2020-03-27 Richard LevittePROV: Fix EC_KEY exporters to allow domain parameter...
2020-03-27 Matt CaswellMake SRP library context aware
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-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 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 OheimbChunk 9 of CMP contribution to OpenSSL: CMP client...
2020-03-25 Dr. David von OheimbFix bug in strncpy() use of sk_ASN1_UTF8STRING2text...
2020-03-25 Nikolay MorozovIssuer Sign Tool extention support
2020-03-25 Matt CaswellFix EVP_PKEY_new_mac_key()
2020-03-24 Matt CaswellUse a fetched version of SHA256 in tls_process_new_sess...
2020-03-23 Matt CaswellHandle mdname in legacy EVP_DigestSignInit_ex codepaths
2020-03-23 Matt CaswellMake it possible to easily specify a libctx for EVP_Dig...
2020-03-23 Richard LevitteDH, DSA, EC_KEY: Fix exporters to allow domain paramete...
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-03-21 Bernd EdlingerFix error handling in x509v3_cache_extensions and relat...
2020-03-21 Richard LevitteEVP: fetch the EVP_KEYMGMT earlier
2020-03-20 Shane LontisAdd support for passing the libctx to the config loader
2020-03-19 Matt CaswellUse RAND_bytes_ex in crypto/rsa
2020-03-19 Matt CaswellMake sure we use the libctx when fetching a MAC
2020-03-19 Matt CaswellHandle the case where there is no digest in an EVP_MD_CTX
2020-03-18 Dr. David von OheimbRename OSSL_{d2i,i2d}_CMP_MSG_bio to {d2i,id2}_OSSL_CMP...
2020-03-17 Matt CaswellImplement serializers for ED25519 and ED448
2020-03-16 John BaldwinSupport KTLS on connections using BIO_TYPE_CONNECT.
2020-03-15 Richard LevitteSM2: Make the EVP_PKEY_METHOD ctrl_str function listen...
2020-03-15 Richard LevitteX509: Rename X509_set0_sm2_id() and friends
2020-03-15 Richard LevitteEVP: Don't call digest_custom() quite so early
2020-03-15 Shane LontisAdd ECDSA to providers
2020-03-15 Richard LevitteFix legacy_ctrl_to_param() to pay better attention...
2020-03-15 Shane LontisAdd RSA sign to the fips provider
2020-03-14 PauliDH: remove DH parameter files that aren't used or insta...
2020-03-14 Richard LevitteFix RSA structure
2020-03-13 Benjamin KadukCode to thread-safety in ChangeCipherState
2020-03-12 Richard LevittePROV: Add RSA functionality for key generation
2020-03-12 Richard LevitteEVP: Add new domparams and key generation functionality
2020-03-12 Richard LevitteCORE: Add the key object generator libcrypto<->provider...
2020-03-11 Shane LontisAdd ECDH to fips provider
2020-03-11 Shane LontisAdd EC key validation to default provider
2020-03-11 Matt CaswellIf the first serializer we find is the desired one...
2020-03-11 Matt CaswellDon't crash if we fail to find a serializer for the...
2020-03-11 Patrick SteuerAES CTR-DRGB: performance improvement
2020-03-10 Dr. David von OheimbMove OSSL_CMP_X509_digest() to x_all.c, renaming it...
2020-03-10 Dr. David von OheimbFix handling of CMP msg senderKID and improve doc of...
2020-03-10 Dr. David von OheimbFix error in case CMP msg POPO is not provided in OSSL_...
2020-03-10 Dr. David von OheimbChunk 8 of CMP contribution to OpenSSL: CMP server...
2020-03-10 Dr. David von OheimbExtract sk_ASN1_UTF8STRING2text() from ts_get_status_te...
2020-03-10 Dr. David von Oheimbfix coding style nits w.r.t. 'defined' in http_local...
2020-03-10 Dr. David von Oheimbfix two mistakes w.r.t. ERR_LIB_* parameters in ERR_add...
2020-03-09 Richard LevitteDH: add internal dh_get_method()
2020-03-09 Richard LevitteEVP: Check that key methods aren't foreign when exporting
2020-03-09 Davide GalassiRemove double fetch of "OSSL_EX_DATA_GLOBAL" for global...
2020-03-09 Matt CaswellImplement provider support for Ed25519 annd Ed448
2020-03-09 Matt CaswellAdd provider awareness of EVP_DigestSign() and EVP_Dige...
2020-03-09 Richard LevitteRefactor CRMF_poposigningkey_init() to work with provid...
2020-03-07 Paulicmdline app: add provider commandline options.
2020-03-06 Shane LontisChange DH_get_nid() to set the value of q if it is...
2020-03-05 Patrick Steuercrypto/ec/curve448/eddsa.c: fix EBCDIC platforms
2020-03-05 Patrick Steueraes-s390x.pl: fix stg offset caused by typo in perlasm
2020-03-04 Shane LontisAdd DSA Key validation to default provider
2020-03-04 Shane LontisAdd DH key validation to default provider
2020-03-03 Shane LontisAdd Serializers for EC
2020-03-03 Dmitry BelyavskiyImplementation of Russian GOST CMS
2020-03-03 Philippe AntoineFix build with clang assembler
2020-03-03 Shane LontisAdd pairwise consistency self tests to asym keygenerators
2020-03-02 Richard LevittePROV: Add a OP_keymgmt_match() function to our DH,...
2020-03-02 Richard LevitteEVP: Add support for copying provided EVP_PKEYs
2020-03-02 Richard LevitteKEYMGMT: Add a keydata copy function
2020-03-02 Richard LevitteEVP: Add support for comparing provided EVP_PKEYs
2020-03-02 Richard LevitteKEYMGMT: Add a keydata matching function
next