OSSL_PARAM.pod: document the mechanism to figure out buffer sizes
[openssl.git] / doc /
2019-09-27 Richard LevitteOSSL_PARAM.pod: document the mechanism to figure out...
2019-09-27 Dr. David von Oheimb Certificate Management Protocol (CMP, RFC 4210...
2019-09-27 PauliReformat param description lines
2019-09-27 PauliMake OSSL_PARAM descriptions uniformly formatted.
2019-09-26 Rich SalzEnsure man1 POD files start with openssl-
2019-09-25 PauliUse OSSL_PARAM types. Limits are explained in the...
2019-09-25 PauliUse OSSL_PARAM types. Limits are explained in the...
2019-09-25 PauliKDF section 3 clean up
2019-09-25 PauliUse OSSL_PARAM types for MAC documentation
2019-09-25 PauliUse OSSL_PARAM types for KDF documentation
2019-09-25 Patrick Steuers390x assembly pack: accelerate X25519, X448, Ed25519...
2019-09-25 Matt CaswellMake EVP_MD_CTX_[gettable|settable]_params() take an...
2019-09-25 PauliRemove the engine parameter from the provider MAC docum...
2019-09-25 PauliRemove the engine parameter from the individual MAC...
2019-09-25 PauliRemove engine param from EVP_KDF and EVP_MAC documentation
2019-09-24 Richard LevitteDOC: fix documentation of som EVP_MD_CTX functions
2019-09-24 Rich SalzFix bugs in "info" commands flags
2019-09-23 raja-ashokUpdate new TLS version options to s_time man page
2019-09-21 PauliNote that the mac command is preferrable to the MAC...
2019-09-19 Richard LevitteModify providers that keep track of underlying algorithms
2019-09-19 Richard LevitteIn provider implemented methods, save the name number...
2019-09-18 PauliChange PARAMETER NAMES links to PARAMETERS
2019-09-18 PauliUse PARAMETERS instead of PARAMETER NAMES for the headi...
2019-09-18 PauliFix links to functions.
2019-09-18 PauliCleanup KDF section 1 documentation.
2019-09-18 PauliClean up KDF documentation in section 7.
2019-09-16 PauliAvoid mentioning ctrl_str in the MAC documentation.
2019-09-16 PauliUse "PARAMETERS" in the documentation headings.
2019-09-15 Shane LontisAdd fips module integrity check
2019-09-15 Jan-Frederik RieckersFix small typo in doc for X509_STORE_CTX_new
2019-09-15 PauliFix examples in the section 7 KDF man pages.
2019-09-14 PauliUse param types instead of native types in the param...
2019-09-14 PauliUse param types for parameter descriptions. Mention...
2019-09-14 PauliAdd wording to limit the 'size' parameter to no more...
2019-09-13 PauliDefine the MAC parameter types without using C type...
2019-09-12 Richard LevitteDocument the deprecation of ERR_func_error_string()
2019-09-12 Richard LevitteModernise the ERR functionality further (new functions...
2019-09-12 Richard Levittedoc/man3/OSSL_PARAM.pod: add details about multiple...
2019-09-12 Richard Levittedoc/man3/OSSL_PARAM.pod: remove a comment that isn...
2019-09-12 Richard Levittedoc/man3/OSSL_PARAM.pod: conform to man-page standards
2019-09-11 Shane LontisAdd EVP_CIPHER_CTX_tag_length()
2019-09-09 Matt CaswellUse simple names in core_names.h
2019-09-09 Matt CaswellRevise EVP_PKEY param handling
2019-09-09 Matt CaswellAdd docs for the provider interface for signature opera...
2019-09-09 Matt CaswellAdd public API docs for newly added EVP_SIGNATURE relat...
2019-09-09 Bernd EdlingerCheck the DH modulus bit length
2019-09-09 Jakub ZelenkaFix typos in the OSSL_METHOD_STORE doc
2019-09-07 PauliAdd 'engine' param to KDFs
2019-09-06 PauliRemove reference to legacy aliases for MAC and KDF
2019-09-06 PauliUpdate KDF documentation (section 3)
2019-09-06 PauliUpdate KDF documentation (section 1)
2019-09-06 PauliUpdate KDF documentation (section 7)
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()
next