Fix provider cipher reinit after init/update with a partial update block.
[openssl.git] / doc /
2020-08-04 Dr. David von Oheimbopenssl-cmp.pod.in: Update and extend example using...
2020-08-04 Shane LontisChange the provider implementation of X942kdf to use...
2020-08-01 Richard LevitteDESERIALIZER: Refactor the constructor setting API
2020-08-01 Richard LevitteDESERIALIZER: Add deserializers for the rest of our...
2020-08-01 Richard LevitteDESERIALIZER: Rethink password handling
2020-07-30 Dr. David von OheimbAdd OSSL_CMP_MSG_write(), use it in apps/cmp.c
2020-07-30 Dr. David von OheimbExport ossl_cmp_msg_load() as OSSL_CMP_MSG_read(),...
2020-07-30 Dr. David von Oheimbapps/cmp.c: Improve documentation of -recipient option
2020-07-30 Paulideserialisation: add deserialisation to the base provider
2020-07-30 Pauliserialisation: Add a built-in base provider.
2020-07-30 Dr. David von OheimbExport crm_new() of cmp_msg.c under the name OSSL_CMP_C...
2020-07-30 Dr. David von OheimbStreamline the CMP request session API, adding the...
2020-07-28 Dr. David von OheimbDeprecate -nodes in favor of -noenc in pkcs12 and req app
2020-07-24 Read HughesUpdate EVP_EncodeInit.pod
2020-07-24 Richard LevitteSERIALIZER: No enc argument for OSSL_SERIALIZER_CTX_set...
2020-07-24 Richard LevitteSERIALIZER: Add functions to deserialize into an EVP_PKEY
2020-07-24 Richard LevitteDESERIALIZER: Add foundation for deserializers
2020-07-24 Richard LevitteKEYMGMT: Add key loading function OSSL_FUNC_keymgmt_load()
2020-07-24 Shane LontisAdd X509 related libctx changes.
2020-07-23 Shane LontisTest RSA oaep in fips mode
2020-07-22 Paulidocument the deprecation of the '-public-key-methods...
2020-07-22 PauliEVP: deprecate the EVP_X_meth_ functions.
2020-07-22 Gustaf NeumannAlign documentation with recommendations of Linux Docum...
2020-07-21 Viktor DukhovniAvoid errors with a priori inapplicable protocol bounds
2020-07-21 Richard LevitteDOC: Fix SSL_CTX_set_cert_cb.pod and SSL_CTX_set_client...
2020-07-21 Shane LontisAdd ERR_raise() errors to fips OSSL_provider_init and...
2020-07-20 Dimitri John Ledkovman3: Drop warning about using security levels higher...
2020-07-19 Shane LontisAdded missing ';' after methods in the synopsis section...
2020-07-17 Paulidoc: Fix documentation of EVP_EncryptUpdate().
2020-07-16 Dr. David von Oheimbx509_vfy.c: Improve key usage checks in internal_verify...
2020-07-16 Richard LevitteUpdate copyright year
2020-07-16 Matt CaswellRevert "kdf: make function naming consistent."
2020-07-16 Matt CaswellRevert "The EVP_MAC functions have been renamed for...
2020-07-16 Paulidoc: remove unused engine tracing option
2020-07-16 PauliDocument that ENGINE_add_conf_module() was deprecated.
2020-07-16 PauliDocument that exdata for ENGINES is deprecated.
2020-07-16 PauliDocument that the ENGINE_[sg]_ex_data() calls are repre...
2020-07-16 PauliRAND: document that the ENGINE RAND override is deprecated.
2020-07-16 PauliENGINESDIR: document that this configuration is deprecated.
2020-07-16 Paulidoc: document that the engine initialisation options...
2020-07-16 Paulidoc: deprecate ENGINE documentation
2020-07-16 Pauliapps: document the deprecation of the -engine option
2020-07-16 Pauliengine: document the engine app as deprecated
2020-07-16 Pauliapps/list: deprecate engine support
2020-07-16 Todd ShortAdd SSL_get[01]_peer_certificate()
2020-07-15 Shane LontisAdd FIPS related configuration data to the default...
2020-07-15 Rich SalzMake -provider_name and -section_name optional
2020-07-15 Shane LontisAdd AES_CBC_CTS ciphers to providers
2020-07-14 PauliDRBG: rename the DRBG taxonomy.
2020-07-07 Martin ElshuberAdd support to zeroize plaintext in S3 record layer
2020-07-06 Glenn Straussimprove SSL_CTX_set_tlsext_ticket_key_cb ref impl
2020-07-05 Dr. David von OheimbFix many MarkDown issues in {NOTES*,README*,HACKING...
2020-07-05 Dr. David von OheimbRename NOTES*, README*, VERSION, HACKING, LICENSE to...
2020-07-04 Gustaf NeumannFix typos and repeated words
2020-07-03 Matt CaswellFix a typo in the i2d_TYPE_fp documentation
2020-07-02 Jakub Wilkdoc: Remove stray backtick
2020-07-01 Paulidoc: remove reference to the predecessor of SHA-1.
2020-07-01 Dr. David von OheimbX509v3_cache_extensions(): Improve coding style and...
2020-07-01 Dr. David von OheimbAdd X509_self_signed(), extending and improving documen...
2020-07-01 Dr. David von OheimbMove doc of X509{,_REQ,_CRL}_verify{,_ex}() from X509_s...
2020-07-01 Dr. David von OheimbFix issue 1418 by moving check of KU_KEY_CERT_SIGN...
2020-07-01 Dr. David von OheimbImprove documentation, layout, and code comments regard...
2020-06-30 Matt CaswellFix a typo on the SSL_dup page
2020-06-29 Rich SalzAdd --fips-key configuration parameter to fipsinstall...
2020-06-28 Matt CaswellMake the ASYNC code default libctx aware
2020-06-28 Richard LevitteCORE: Add OPENSSL_CTX_set0_default(), to set a default...
2020-06-26 pedro martellettodoc/man3: fix types taken by HMAC(), HMAC_Update()
2020-06-25 Matt CaswellUpdate copyright year
2020-06-24 Dr. Matthias St... evp_generic_fetch.pod: fix documentation error
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-06-24 Matt CaswellFix some man page typos
2020-06-24 Paulievp_rand: documentation
2020-06-24 PauliCTR, HASH and HMAC DRBGs in provider
2020-06-24 Pauliparams: add OSSL_PARAM helpers for time_t.
2020-06-24 Dmitry BelyavskiyCMS print should support string conversion: docs
2020-06-23 Matt CaswellDon't attempt to duplicate the BIO state in SSL_dup
2020-06-23 Matt CaswellUpdate the SSL_dup documentation to match reality
2020-06-23 Pauliproperty: Move global default properties to the library...
2020-06-23 Richard LevitteDOCS: Add documentation for EVP_PKEY_CTX_set_rsa_pss_ke...
2020-06-22 Dr. David von OheimbFix CMP -days option range checking and test failing...
2020-06-22 Dr. David von OheimbAdd documentation of OSSL_CRMF_CERTID_dup()
2020-06-21 Billy Brumley[doc/man3] finish EC_GROUP_get_field_type documentation
2020-06-20 Paulidoc: Document OSSL_PARAM_modified and OSSL_PARAM_set_al...
2020-06-19 Matt CaswellAdd more complete support for libctx/propq in the EC...
2020-06-19 Matt CaswellUpdate the various SSL group getting and setting functions
2020-06-19 Matt CaswellAdd some missing OSSL_PKEY_PARAM_GROUP_NAME documentation
2020-06-19 Matt CaswellAdd documentation about Capabilities
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_group_name work for DH too
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name...
2020-06-19 Matt CaswellAdd the OSSL_PROVIDER_get_capabilities() API function
2020-06-19 Benny BaumannAdd missing section on asymmetric ciphers
2020-06-19 haykam821Remove whitespace from 'white space'
2020-06-18 Sebastian Andrzej... DOC: Spelling fixes
2020-06-17 Shane LontisAdd ACVP fips module tests
2020-06-16 Dr. David von OheimbImprove BIO_socket_wait(), BIO_wait(), BIO_connect_retr...
2020-06-16 olszomalCMS_get0_signers() description
2020-06-13 Nicola TuveriFix nits detected by make cmd-nits
2020-06-13 Dr. David von OheimbMove part of OSSL_CMP_validate_msg() to ossl_cmp_msg_ch...
2020-06-13 Dr. David von OheimbImprove description of CMP untrusted certs and msg...
next