]> git.ipfire.org Git - thirdparty/openssl.git/history - include
Document recent changes in NEWS and CHANGES
[thirdparty/openssl.git] / include /
2019-07-31  Richard LevitteRefactor provider support for reporting errors
2019-07-31  Richard LevitteERR: Remove ERR_put_func_error() and reimplement ERR_pu...
2019-07-31  Richard LevitteERR: Implement the macros ERR_raise() and ERR_raise_dat...
2019-07-31  Richard LevitteERR: Add new building blocks for reporting errors
2019-07-31  Richard LevitteERR: refactor useful inner macros to err_locl.h. Add...
2019-07-31  Richard LevitteMove some macros from include/openssl/opensslconf.h...
2019-07-30  Richard LevitteERR: re-use the err_data field when possible
2019-07-26  Richard LevitteAdd functions to see if a provider is available for...
2019-07-25  Matt CaswellDocument the provider DIGEST operation
2019-07-24  Dr. Matthias St... Remove OPENSSL_X509V3_H include detector from openssl...
2019-07-24  Bernd EdlingerEnforce a minimum DH modulus size of 512 bits
2019-07-23  Richard LevitteAdapt DH to use with KEYMGMT
2019-07-23  Matt CaswellRemove some utilities from the core to provider interface
2019-07-23  PauliMake rand_pool buffers more dynamic in their sizing.
2019-07-23  Richard LevitteReplace OSSL_ITEM with OSSL_PARAM as parameter descript...
2019-07-23  Richard LevitteAdd EVP_CIPHER_do_all_ex() and EVP_MD_do_all_ex()
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-22  Bernd EdlingerChange DH parameters to generate the order q subgroup...
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  Dr. Matthias St... x509: publish X509_PUBKEY_dup
2019-07-22  Dr. Matthias St... x509: sort X509 dup functions alphabetically
2019-07-22  Richard LevitteAdd basic EVP_KEYMGMT API and libcrypto <-> provider...
2019-07-18  PauliAdd param builder free function.
2019-07-18  Bernd EdlingerAdd value_barriers in constant time select functions
2019-07-17  Rich SalzDeprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}
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  Matt CaswellAdd the ability to set PKCS#3 DH padding in providers
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-15  Shane LontisAdd Common shared code needed to move aes ciphers to...
2019-07-11  Matt CaswellGive WPACKET the ability to have a NULL buffer undernea...
2019-07-11  Matt CaswellMake the PACKET/WPACKET code available to both libcrypt...
2019-07-15  Matt CaswellMake sure all BIGNUM operations work within the FIPS...
2019-07-11  Rich SalzMake allocation/free/clean available to providers
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-08  Shane LontisAdd X9.42 KDF.
2019-07-08  Dmitry BelyavskiyAvoid NULL pointer dereference. Fixes #9043.
2019-07-04  Matt CaswellPrevent the use of RUN_ONCE inside the FIPS module
2019-07-04  Bernd EdlingerFix a typo and a syntax error in opensslconf.h
2019-07-02  Rich SalzFix comment; unchecked->checked
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  Richard LevitteReplumbing: re-implement error reporting for providers
2019-07-02  Richard Levitteossl_provider_upref to ossl_provider_up_ref
2019-07-02  Antoine CœurFix Typos
2019-07-02  Rich SalzRemove EXPORT_VAR_AS_FUNC
2019-07-01  Rich SalzRemove global-var/function macros
2019-07-01  Rich SalzRemove DES_check_key global
2019-07-01  Rich SalzRemove NextStep support
2019-07-01  Matt CaswellChange RC5_32_set_key to return an int type
2019-07-01  Matt CaswellEnsure that rc5 doesn't try to use a key longer than...
2019-07-01  Antoine CœurFix Typos
2019-07-01  PauliAdd OIDs for kmac128, kmac256 and blake2.
2019-06-28  Paul YangSupport SM2 certificate signing
2019-06-28  Matt CaswellRename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref...
2019-06-27  Matt CaswellMove the public SIV mode functions from public headers...
2019-06-26  Bernd EdlingerKeep the externally visible macro BIO_FLAGS_UPLINK...
2019-06-24  Richard LevitteReplumbing: add support for multiple names per algorithm
2019-06-24  PauliChange OSSL_PARAM return size to not be a pointer.
2019-06-21  PauliRemove OPENSSL_memcmp.
2019-06-17  Matt CaswellAdd the function OPENSSL_thread_stop_ex()
2019-06-17  Matt CaswellTell the FIPS provider about thread stop events
2019-06-17  Matt CaswellProvide a version of ossl_init_thread_start that works...
2019-06-17  Matt CaswellAdd the function openssl_ctx_get_concrete()
2019-06-17  Richard LevitteReplumbing: offer a core upcall to get the provider...
2019-06-12  raja-ashokFix typo mistake on calls to SSL_ctrl in ssl.h
2019-06-12  raja-ashokTLS1.3 FFDHE Support
2019-06-12  Matt CaswellFix an incorrect macro
2019-06-12  Matt CaswellMake BIGNUM code available from within the FIPS module
2019-06-12  Matt CaswellCreate BN_CTX_new_ex() and BN_CTX_secure_new_ex()
2019-06-12  Acheev BhagatRemove redundant include
2019-06-11  Shane LontisAdd defines to indicate if intypes.h and stdint.h are...
2019-06-11  Shane LontisPBKDF2 updates to conform to SP800-132
2019-06-11  Shane LontisMake EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).
2019-06-11  Todd ShortChange cipher default strings to a function
2019-06-10  Richard LevitteEVP fetching: make operation_id part of the method...
2019-06-07  Matt CaswellMove the rand_nonce_lock code into drbg_lib.c
2019-06-07  Matt CaswellMake the rand_crng code OPENSSL_CTX aware
2019-06-07  Matt CaswellConvert drbg_lib to use OPENSSL_CTX for its global...
2019-06-06  Kurt RoeckxReplace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()
2019-06-06  Dr. Matthias St... Fix typo in macro argument of SSL_set1_client_sigalgs_l...
2019-06-04  Shane LontisMove digests to providers
2019-06-03  Mathias BerchtoldAdd missing parentheses in macro
2019-06-03  Shane LontisAdd the content type attribute to additional CMS signer...
2019-05-31  Richard LevitteConstify OSSL_PROVIDER getter input parameters
2019-05-30  Andreas KretschmerCertificate Management Protocol (CMP, RFC 4210) extensi...
2019-05-27  Shane LontisAdd d2i_KeyParams/i2d_KeyParams API's.
2019-05-24  agnosticdevissue-8973: Added const to parameters for values that...
2019-05-23  Matt CaswellMake core code available within the FIPS module
2019-05-22  voevFix GOST OID
2019-05-20  Arne SchwabeChange SSL parameter SSL_session_reused const
next