Refactor apps/progs.* to be generate with 'make update'
[openssl.git] / include /
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
2019-05-20 Richard LevitteClear CRMF vs CMP confusion
2019-05-16 Shane LontisAdded X963KDF API
2019-05-12 Richard LevitteEVP_FETCH: deal with names without pre-defined NIDs
2019-05-12 Richard LevitteCreate internal number<->name mapping API
2019-05-09 Shane LontisFixed 32bit issue for kdf_opts
2019-05-08 Richard Levitteossl_bsearch(): New generic internal binary search...
2019-05-07 PauliCoverity CID 1444960: Error handling issues
2019-05-07 Boris Pismennyssl: Add SSL_sendfile
2019-05-07 Boris PismennyLinux ktls sendfile
2019-05-03 Shane LontisAdded generated files for EVP_KDF changes
2019-05-03 Shane LontisAdded EVP_KDF (similiar to the EVP_MAC)
2019-05-02 Matt CaswellInstead of global data store it in an OPENSSL_CTX
2019-05-02 Matt CaswellAdd support for openssl_ctx_run_once and openssl_ctx_onfree
2019-04-30 PauliStructure alignment macro.
2019-04-30 Richard LevitteReplumbing: give the possibility for the provider to...
2019-04-30 Richard LevitteReplumbing: make the oneshot proider cipher function...
2019-04-25 Matt CaswellFix error in BIO_get_ktls_send() and BIO_get_ktls_recv()
2019-04-25 Matt CaswellFix KTLS compilation error
2019-04-23 Richard LevitteAdd a way for the application to get OpenSSL configurat...
2019-04-23 Richard LevitteAdd the possibility to display and use MODULESDIR
2019-04-19 Matt CaswellCreate provider errors and use them
2019-04-19 Matt CaswellAdd a maximum output length to update and final calls
2019-04-19 Matt CaswellAdd iv length and key length params to the cipher init...
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-15 Richard LevitteProviders: for the digest_final operation, pass a outpu...
2019-04-12 Matt CaswellDeprecate AES_ige_encrypt() and AES_bi_ige_encrypt()
2019-04-11 Shane Lontisadded code to validate EC named curve parameters
2019-04-10 PauliReseeding without derivation function is not supported...
2019-04-09 Paul YangMake X509_set_sm2_id consistent with other setters
2019-04-09 Richard LevitteParams API: {utf8,octet}_ptr need to know the data...
2019-04-09 Matt CaswellUse the right NID when putting a method in the store
2019-04-09 Richard LevitteParams: add OSSL_PARAM_construct_end()
2019-04-07 Patrick Steuerfix --strict-warnings build
2019-04-05 Richard LevitteEVP_set_default_properties(): New function to set globa...
2019-04-05 Richard LevitteConvert the ENGINE_CONF trace calls to use CONF instead
2019-04-05 Richard LevitteRename the PROVIDER_CONF trace to CONF
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-04 Dr. Matthias St... trace: add PROVIDER_CONF trace category
2019-04-03 Richard LevitteCorrect EVP_F_EVP_MD_BLOCK_SIZE number
next