]> git.ipfire.org Git - thirdparty/openssl.git/history - doc
KDF provider conversion error updates - generated
[thirdparty/openssl.git] / doc /
2019-09-06  PauliDocumentation updates in light of the KDF conversion
2019-09-05  Shane LontisChange provider params from int to size_t
2019-09-04  PauliOSSL_PARAM_construct_utf8_string computes the string...
2019-09-04  Richard LevitteNew function EVP_CIPHER_free()
2019-09-04  Richard LevitteNew function EVP_MD_free()
2019-09-03  Richard LevitteRefactor how KEYMGMT methods get associated with other...
2019-09-02  Bernd EdlingerAdd CPU info to the speed command summary
2019-09-02  Richard LevitteRework the documentation of our individual MAC implemen...
2019-09-02  PauliFix function name typo in MAC documentation.
2019-08-28  Richard Levitteopenssl provider: New sub-command, for provider discovery
2019-08-27  Richard LevitteOPENSSL_info(): add the item OPENSSL_INFO_SEED_SOURCE...
2019-08-26  Rich SalzDo not have duplicate section heads
2019-08-26  Shane LontisCleanup ciphers and Add 3des ciphers.
2019-08-24  Richard LevitteUpdate EVP_MAC.pod
2019-08-24  Richard LevitteGet rid of the diversity of names for MAC parameters
2019-08-24  Shane LontisAdd app for fips installation
2019-08-22  Dr. Matthias St... Deprecate unprefixed manual entries for openssl commands
2019-08-22  Paul YangSupport parsing of SM2 ID in hexdecimal
2019-08-21  Richard LevitteModify ossl_method_store_add() to accept an OSSL_PROVID...
2019-08-21  Richard LevitteModify ossl_method_store_add() to handle reference...
2019-08-21  PauliConstify param builder string functions.
2019-08-20  JohannesCorrect documented return value for BIO_get_mem_data()
2019-08-19  Shane Lontiscleanup provider digests
2019-08-19  Mykola Baibuzdoc: fix link in BN_new.pod
2019-08-18  Shane Lontiscipher cleanups.
2019-08-18  Shane LontisAdd fips provider code for handling self test data
2019-08-18  Rich SalzUse WARNINGS heading not WARNING
2019-08-18  Rich SalzUse EXAMPLES not EXAMPLE for section title
2019-08-18  Rich SalzFix some pod-page ordering nits
2019-08-16  Richard LevitteRename ctx_{get,set}_params to {get,set}_ctx_params
2019-08-15  Richard LevitteImplement EVP_MAC_do_all_ex()
2019-08-15  Richard LevitteAdd EVP_MAC_provider()
2019-08-15  Richard LevittePrepare EVP_MAC infrastructure for moving all MACs...
2019-08-15  Patrick SteuerOPENSSL_s390xcap.pod: list msa9 facility bit (155)
2019-08-15  Richard LevitteRename provider and core get_param_types functions
2019-08-15  Richard LevitteModify 'openssl list' to give more verbose descriptions
2019-08-15  Richard LevitteAdd missing EVP param utility functions
2019-08-14  Paul YangAdd description in X509_STORE manipulation
2019-08-12  Rich SalzFix doc example code to follow coding style
2019-08-12  Richard LevitteMake more use of OSSL_PARAM for digests
2019-08-12  Richard LevitteAdd OSSL_PARAM_construct_from_text() and OSSL_PARAM_all...
2019-08-12  Richard LevitteAdd OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex()
2019-08-12  Denis OvsienkoRemove some duplicate words from the documentation
2019-08-09  Bernd EdlingerUpdate documentation of BN_generate_prime_ex
2019-08-09  Vladimir Kotalmention what happens if OPENSSL_NO_RC2 is defined
2019-08-08  Martin UkropFix reversed meaning of error codes
2019-08-08  Shane LontisFix document nit in EVP_MAC.pod
2019-08-06  raja-ashokUpdate man page for new API SSL_get_negotiated_group()
2019-08-06  Matt CaswellFix ECDSA_SIG docs
2019-08-06  Matt CaswellAdd documentation for new EC functions
2019-08-06  Matt CaswellMake the EC code available from inside the FIPS provider
2019-08-05  Matt CaswellDocumentation for the provider Key Exchange operation
2019-08-01  Dr. Matthias St... Add missing accessors for X509 AuthorityKeyIdentifier
2019-08-01  Matt CaswellLoad the config file by default
2019-07-31  Shane LontisAdd gcm ciphers (aes and aria) to providers.
2019-07-31  FdaSilvaYYCAdES : lowercase name for now internal methods.
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-30  Matt CaswellDocument the provider CIPHER operation
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  Bernd EdlingerEnforce a minimum DH modulus size of 512 bits
2019-07-23  Richard LevitteAdapt DH to use with KEYMGMT
2019-07-23  Richard LevitteReplace OSSL_ITEM with OSSL_PARAM as parameter descript...
2019-07-23  Richard LevitteDescribe OSSL_PARAM as a parameter descriptor
2019-07-23  Richard LevitteRe-implement the cipher and digest listings for 'openss...
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-23  Richard Levitteprovider-keymgmt(7): Document the KEYMGMT interface
2019-07-22  Bernd EdlingerChange DH parameters to generate the order q subgroup...
2019-07-22  Richard LevitteDocumentation: add provider-base(7), describing the...
2019-07-22  Richard LevitteDocumentation: Move the description of the fetching...
2019-07-22  Richard LevitteDocumentation: Add provider(7), for general description...
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: add missing X509 dup functions
2019-07-22  Dr. Matthias St... x509: sort X509 dup functions alphabetically
2019-07-22  Richard LevitteAdd an internal API to access the KEYMGMT provider...
2019-07-22  Richard LevitteAdd evp_keymgmt_clear_pkey_cache() and use it
2019-07-22  Richard LevitteAdd evp_keymgmt_export_to_provider(), for key transfer...
2019-07-22  Richard LevitteAdd basic EVP_KEYMGMT API and libcrypto <-> provider...
2019-07-18  PauliAdd param builder free function.
2019-07-19  Richard Levittedoc: fix some links
2019-07-18  Richard LevitteCorrect some OSSL_PARAM documentation
2019-07-17  Rich SalzDeprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}
2019-07-17  PauliParameter building utilities.
2019-07-16  Todd ShortFix SSL_CTX_set_session_id_context() docs
2019-07-16  Matt CaswellDocument the new EVP_KEYEXCH type and related functions
2019-07-16  Rich SalzRemove function name from errors
2019-07-15  Richard LevitteIn documentation, consistently refer to OpenSSL 3.0
2019-07-15  Matt CaswellMake sure all BIGNUM operations work within the FIPS...
2019-07-11  agnosticdevissue-9316: Update return documentation for RAND_set_ra...
2019-07-08  Shane LontisAdd X9.42 KDF.
2019-07-07  Dr. Matthias St... man: fix typo in OPENSSL_fork_prepare.pod
2019-07-04  Tomas MrazClarify documentation of SSL_CTX_set_verify client...
next