property: Move global default properties to the library context.
[openssl.git] / crypto / err / openssl.txt
2019-06-11 Shane LontisPBKDF2 updates to conform to SP800-132
2019-06-06 Kurt RoeckxReplace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()
2019-06-03 Shane LontisAdd the content type attribute to additional CMS signer...
2019-05-27 Shane LontisAdd d2i_KeyParams/i2d_KeyParams API's.
2019-05-16 Shane LontisAdded X963KDF API
2019-05-07 PauliCoverity CID 1444960: Error handling issues
2019-05-07 Boris Pismennyssl: Add SSL_sendfile
2019-05-03 Shane LontisAdded generated files for EVP_KDF changes
2019-05-02 Matt CaswellInstead of global data store it in an OPENSSL_CTX
2019-04-19 Matt CaswellCreate provider errors and use them
2019-04-19 Matt CaswellImplement AES CBC ciphers in the default provider
2019-04-19 Matt CaswellMake EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider...
2019-04-10 PauliReseeding without derivation function is not supported...
2019-04-05 Richard LevitteEVP_set_default_properties(): New function to set globa...
2019-04-05 Richard LevitteFix number clash: EVP_F_AESNI_XTS_INIT_KEY vs EVP_F_EVP...
2019-04-05 PauliMove the AES-XTS mode duplicated key check into the...
2019-04-03 Richard LevitteCorrect EVP_F_EVP_MD_BLOCK_SIZE number
2019-04-03 Matt CaswellSupport EVP_MD_block_size() with providers
2019-04-03 Richard LevitteReplumbing: add a configuration module for providers
2019-04-03 Richard LevitteReplumbing: add functionality to set provider parameters
2019-04-03 PauliAES-XTS block limit.
2019-03-29 Richard LevitteRemove heartbeats completely
2019-03-21 Matt CaswellMake EVP_Digest* functions provider aware
2019-03-19 Richard LevitteReplumbing: Add a mechanism to pre-populate the provide...
2019-03-19 Richard LevitteReplumbing: add fallback provider capability
2019-03-19 Shane LontisSingle step kdf implementation
2019-03-13 杨洋Support SM2 certificate verification
2019-03-12 David von Oheimb2nd chunk: CRMF code (crypto/crmf/, ) and its integration
2019-03-12 Shane Lontisadded generated files
2019-03-11 Richard LevitteReplumbing: New public API to load or add providers
2019-03-11 Richard LevitteReplumbing: Add the Provider Object, type OSSL_PROVIDER
2019-02-27 Simo SorceImplement SSH KDF
2019-02-19 Matt CaswellDon't interleave handshake and other record types in...
2019-02-18 Pauligenerated files
2019-02-17 Billy BrumleySCA hardening for mod. field inversion in EC_GROUP
2019-02-13 David MakepeaceAdded new EVP/KDF API.
2019-02-06 Antoine Salonblake2: backport changes to blake2s
2019-02-06 Antoine Salonblake2b: add EVP_MAC API
2019-01-27 Antonio Iaconocrypto/cms: Add support for CAdES Basic Electronic...
2018-12-10 Richard Levittemake update
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-13 Shane LontisKMAC implementation using EVP_MAC
2018-11-05 Paul YangFix a collision in function err numbers
2018-11-05 Paul YangAdd poly1305 MAC support
2018-11-04 PauliGMAC implementation
2018-10-29 Richard LevitteAdd generic EVP_PKEY_METHOD for EVP_MACs
2018-10-29 Richard LevitteAdd EVP_MAC API
2018-10-16 Dr. Matthias St... DRBG: fix reseeding via RAND_add()/RAND_seed() with...
2018-09-11 PauliLimit the number of AES-GCM keys allowed in TLS. A...
2018-09-07 Paul YangAdd missing SM2err and fix doc nits
2018-09-07 Paul YangUpdate document for SM2 stuffs
2018-09-07 Paul YangSupport setting SM2 ID
2018-08-11 Richard Levittei2d_ASN1_OBJECT(): allocate memory if the user didn...
2018-07-31 Matt CaswellProvide EC functions that are not curve type specific
2018-07-20 Matt CaswellValidate legacy_version
2018-07-16 Nicola TuveriEC2M Lopez-Dahab ladder: use it also for ECDSA verify
2018-07-16 Nicola TuveriEC2M Lopez-Dahab ladder implementation
2018-07-16 Nicola TuveriEC point multiplication: add `ladder` scaffold
2018-07-10 PauliNCONF_get_number refix.
2018-06-27 Matt CaswellReturn a fatal error if application data is encountered...
2018-06-26 Matt CaswellRespect SSL_OP_NO_TICKET in TLSv1.3
2018-06-19 Sohaib ul HassanImplement coordinate blinding for EC_POINT
2018-06-19 Jack LloydMove SM2 algos to SM2 specific PKEY method
2018-06-19 Jack LloydAdd EVP_PKEY_set_alias_type
2018-06-18 Matt CaswellFix error number clash
2018-06-18 David von Oheimbadd 'unsupported cipher mode' diagnostics to evp_lib...
2018-06-08 Matt CaswellAdd support getting raw private/public keys
2018-06-04 Matt CaswellRebuild error codes
2018-06-04 Matt CaswellUse lowercase for internal SM2 symbols
2018-06-04 Matt CaswellMore more on SM2 error codes and tidy up
2018-06-04 Jack LloydSet SM2 error codes
2018-05-30 Mingtao YangAdd APIs for custom X509_LOOKUP_METHOD creation
2018-05-24 Matt CaswellRevert "Support EVP_PKEY_sign() and EVP_PKEY_verify...
2018-05-02 Dr. Matthias St... a_strex.c: prevent out of bound read in do_buf()
2018-04-26 Rich SalzFix last(?) batch of malloc-NULL places
2018-04-26 FdaSilvaYYAdd missing error code when alloc-return-null
2018-04-24 Rich SalzAdd missing malloc-return-null instance
2018-04-24 FdaSilvaYYX509: add more error codes on malloc or sk_TYP_push...
2018-04-13 Richard Levittemake update
2018-04-06 Matt CaswellSupport EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA
2018-04-05 Rich SalzSet error code if alloc returns NULL
2018-04-05 Matt CaswellPick a q size consistent with the digest for DSA param...
2018-04-05 Matt CaswellMove the loading of the ssl_conf module to libcrypto
2018-04-03 Richard LevitteVMS: stricter acquisition of entropy for the pool
2018-04-03 Rich SalzSet error code on alloc failures
2018-03-29 FdaSilvaYYEVP,KDF: Add more error code along some return 0 in ...
2018-03-27 Matt CaswellLimit ASN.1 constructed types recursive definition...
2018-03-19 Jack LloydAdd SM2 signature and ECIES schemes
2018-03-17 Kurt RoeckxReturn error when trying to use prediction resistance
2018-03-16 Dr. Matthias St... RAND_DRBG: add a function for setting the default DRBG...
2018-03-15 Dr. Matthias St... Publish the RAND_DRBG API
2018-03-15 Matt CaswellRename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
2018-03-15 Matt CaswellAdd the function EVP_PKEY_new_CMAC_key()
2018-03-15 Matt CaswellAdd functions to create an EVP_PKEY from raw private...
2018-03-14 Matt CaswellFix an error number clash
2018-03-14 Matt CaswellSplit configuration of TLSv1.3 ciphers from older ciphers
2018-03-09 Todd ShortAdd SSL/SSL_CTX_use_cert_and_key()
2018-03-09 Matt CaswellGive more information in the SSL_stateless return code
2018-03-06 Kurt RoeckxCheck the parent DRBG's strength
2018-03-05 Tomas MrazAdd support for .include directive in config files
next