reduce surprise in choice of CASE/String/STRING by allowing all inputs to be in any...
[openssl.git] / doc / man3 /
2021-05-11 Michael Richardsonreduce surprise in choice of CASE/String/STRING by...
2021-05-08 Dr. David von OheimbCrypto: Add deprecation compatibility declarations...
2021-05-08 Dr. David von OheimbAdd quick one-shot EVP_Q_mac() and deprecation compensa...
2021-05-08 Dr. David von OheimbDOC: Fix all wrong occurrences of '<propq>' to 'I<propq>'
2021-05-08 Scott McPeakBIO_printf.pod: Clarify that output is always null...
2021-05-06 Matt CaswellUpdate copyright year
2021-05-06 Tomas MrazMake the -inform option to be respected if possible
2021-05-05 Dr. David von OheimbDeprecate X509{,_CRL}_http_nbio() and simplify their...
2021-05-05 Benjamin KadukEnforce secure renegotiation support by default
2021-05-05 Paulidoc: document EVP_MAC_finalXOF()
2021-05-04 Richard LevitteDOCS: Mention that libcrypto has helper functions for...
2021-05-04 Dr. David von OheimbHTTP client: Correct the use of optional proxy URL...
2021-05-04 Dr. David von OheimbBIO_eof() and OSSL_STORE_eof(): Make sure to return...
2021-05-04 Dr. David von OheimbOSSL_STORE_expect(): Improve error handling and documen...
2021-05-04 Dr. David von OheimbOCSP: Minor improvements of documentation and header...
2021-05-04 Matt CaswellDocument the new core BIO public API support
2021-04-30 Shane LontisUpdate OSSL_STORE_attach() documentation to indicate...
2021-04-30 Tomas MrazDocument the API breaking constification changes
2021-04-29 Pauliremove end of line whitespace
2021-04-29 Jon SpillettAdd library context and property query support into...
2021-04-28 Dr. David von OheimbCMS ESS: Move four internal aux function to where they...
2021-04-28 Dr. David von OheimbESS: Export three core functions, clean up TS and CMS...
2021-04-28 David BenjaminAdd X509 version constants.
2021-04-28 Tomas MrazOPENSSL_sk functions are effectively already documented
2021-04-28 Tomas MrazImprove the implementation of X509_STORE_CTX_get1_issuer()
2021-04-26 Shane LontisDeprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().
2021-04-26 Tomas MrazAdd type_name member to provided methods and use it
2021-04-22 Dr. David von OheimbBIO_s_connect.pod: Improve doc of BIO_set_conn_hostname...
2021-04-22 Rich SalzRemove an unused parameter
2021-04-22 Matt CaswellUpdate copyright year
2021-04-21 Dr. David von OheimbDOC: Clarify EVP_MAC_init() params vs. EVP_MAC_CTX_set_...
2021-04-20 Dr. David von OheimbImprove ossl_cmp_build_cert_chain(); publish it as...
2021-04-19 Matt CaswellAdd the function OSSL_LIB_CTX_get0_global_default()
2021-04-19 Matt CaswellChange the semantics of OSSL_LIB_CTX_set0_default(...
2021-04-18 Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-04-17 PauliFix naming for EVP_RAND_CTX_gettable functions.
2021-04-15 Shane LontisAdd EVP_PKEY_todata() and EVP_PKEY_export() functions.
2021-04-15 Tomas MrazRename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_ty...
2021-04-14 Paulibio: note that BIO_sprintf null terminates on insuffici...
2021-04-12 Matt CaswellRemove the function EVP_PKEY_set_alias_type
2021-04-12 Matt CaswellUpdate KTLS documentation
2021-04-12 Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-04-12 Shane LontisAdd OSSL_PARAM_dup() and OSSL_PARAM_merge().
2021-04-08 Dr. David von OheimbPEM_X509_INFO_read_bio_ex(): Generalize to allow parsin...
2021-04-08 Dr. David von Oheimbd2i_PrivateKey{,_ex}() and PEM_X509_INFO_read_bio_ex...
2021-04-08 Dr. David von OheimbPEM_X509_INFO_read,{_bio}_ex(): Complete documentation...
2021-04-08 Matt CaswellUpdate copyright year
2021-04-08 Matt CaswellRemove a TODO in EVP_set_default_properties
2021-04-08 Matt CaswellUpdate the algorithm fetching documentation links
2021-04-08 Shane LontisFix more certificate related lib_ctx settings.
2021-04-07 Nan XiaoRemove unnecessary setting SSL_MODE_AUTO_RETRY
2021-04-02 Richard LevitteEVP: Add EVP_<TYPE>_description()
2021-04-02 Richard LevitteAdd OSSL_STORE_LOADER_description()
2021-04-02 Richard LevitteAdd OSSL_DECODER_description() and OSSL_ENCODER_descrip...
2021-04-01 Nan XiaoRemove unnecessary BIO_do_handshake()s
2021-04-01 Tomas MrazEVP_CIPHER_type: fix misleading argument name
2021-03-31 Shane LontisAdd a range check (from SP800-56Ar3) to DH key derivation.
2021-03-31 Dr. David von OheimbHTTP: Fix method_POST param by moving it to OSSL_HTTP_R...
2021-03-30 Nan XiaoFix typo in BIO_push.pod
2021-03-29 Shane LontisUpdate deprecated API's in the documentation.
2021-03-29 Andrey MatyukovMoved build instructions from the man page
2021-03-28 Tomas MrazImplement EVP_PKEY_dup() function
2021-03-28 Paulidoc: fix style problems with this man page
2021-03-28 Paulidoc: add documentation for the X509_PUBKEY_dup() function
2021-03-26 Dr. David von OheimbHTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_C...
2021-03-26 Paulidoc: note that MAC lifecycle transitions will be enforc...
2021-03-26 Paulidoc: note that RAND lifecycle transitions will be enfor...
2021-03-26 Paulidoc: note that KDF/PRF transitions will be enforced...
2021-03-22 Shane LontisFix usages of const EVP_MD.
2021-03-22 Andrey MatyukovDual 1024-bit exponentiation optimization for Intel...
2021-03-19 Tomas MrazAdded functions for printing EVP_PKEYs to FILE *
2021-03-18 Dr. David von OheimbTS and CMS CAdES-BES: Refactor check_signing_certs...
2021-03-17 Tomas MrazAdd some encoder and decoder code examples
2021-03-15 Matt CaswellAdd a CHANGES entry for EVP_PKEY_public_check() and...
2021-03-11 Paulidoc: update cipher documentation to include the new...
2021-03-11 Paulidoc: update digest documentation to include the new...
2021-03-11 Paulidoc: document param argument to RSA calls
2021-03-11 Paulidoc: document param argument to cipher init calls
2021-03-11 Paulidoc: update PKEY documentation to include the new init...
2021-03-11 Matt CaswellUpdate copyright year
2021-03-10 Shane LontisAdd new filter BIO BIO_f_readbuffer()
2021-03-10 Tomas MrazFix formatting error of HISTORY section in some manual...
2021-03-10 Tomas MrazChange default algorithms in PKCS12_create() and PKCS12...
2021-03-10 Matt CaswellAdd a CHANGES for OSSL_STORE_INFO_get_type()
2021-03-09 Dmitry BelyavskiyNon-const accessor to legacy keys
2021-03-08 Matt CaswellMake the EVP_PKEY_get0* functions have a const return...
2021-03-08 Matt CaswellDocument the change in behaviour of the the low level...
2021-03-08 Matt CaswellEnsure the various legacy key EVP_PKEY getters/setters...
2021-03-06 Dr. David von OheimbOCSP_resp_find_status.pod: Complete the RETURN VALUES...
2021-03-04 Richard LevitteDOCS: Document OSSL_STORE_INFO_PUBKEY in doc/man3/OSSL_...
2021-03-03 Paulidoc: add a note to the RAND_get0_ calls indicating...
2021-03-01 Rich SalzRemove RSA SSLv23 padding mode
2021-03-01 Dr. David von OheimbGeneralize schmeme parsing of OSSL_HTTP_parse_url(...
2021-03-01 Dr. David von OheimbOSSL_HTTP_parse_url(): Handle any userinfo, query,...
2021-02-28 Paulievp: add params argument to EVP_RAND_instantiate()
2021-02-28 Paulievp: add param argument to KDF derive call
2021-02-28 Paulidoc: note the additional parameters to EVP_MAC_init()
2021-02-26 Paulichanges to match the updated context gettable/settable...
2021-02-26 Paulidoc: changes to match the updated context gettable...
2021-02-26 Paulidoc: changes to match the updated context gettable...
next