summaryrefslogtreecommitdiffstats
path: root/doc/man3
AgeCommit message (Expand)Author
2021-04-08PEM_X509_INFO_read_bio_ex(): Generalize to allow parsing any type of private keyDr. David von Oheimb
2021-04-08d2i_PrivateKey{,_ex}() and PEM_X509_INFO_read_bio_ex(): Fix handling of RSA/D...Dr. David von Oheimb
2021-04-08PEM_X509_INFO_read,{_bio}_ex(): Complete documentation in PEM_X509_INFO_read_...Dr. David von Oheimb
2021-04-08Update copyright yearMatt Caswell
2021-04-08Remove a TODO in EVP_set_default_propertiesMatt Caswell
2021-04-08Update the algorithm fetching documentation linksMatt Caswell
2021-04-08Fix more certificate related lib_ctx settings.Shane Lontis
2021-04-07Remove unnecessary setting SSL_MODE_AUTO_RETRYNan Xiao
2021-04-02EVP: Add EVP_<TYPE>_description()Richard Levitte
2021-04-02Add OSSL_STORE_LOADER_description()Richard Levitte
2021-04-02Add OSSL_DECODER_description() and OSSL_ENCODER_description()Richard Levitte
2021-04-01Remove unnecessary BIO_do_handshake()sNan Xiao
2021-04-01EVP_CIPHER_type: fix misleading argument nameTomas Mraz
2021-04-01Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis
2021-03-31HTTP: Fix method_POST param by moving it to OSSL_HTTP_REQ_CTX_set_request_line()Dr. David von Oheimb
2021-03-30Fix typo in BIO_push.podNan Xiao
2021-03-30Update deprecated API's in the documentation.Shane Lontis
2021-03-29Moved build instructions from the man pageAndrey Matyukov
2021-03-28Implement EVP_PKEY_dup() functionTomas Mraz
2021-03-28doc: fix style problems with this man pagePauli
2021-03-28doc: add documentation for the X509_PUBKEY_dup() functionPauli
2021-03-26HTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_CTX_set1_req()Dr. David von Oheimb
2021-03-26doc: note that MAC lifecycle transitions will be enforced at some pointPauli
2021-03-26doc: note that RAND lifecycle transitions will be enforced at some pointPauli
2021-03-26doc: note that KDF/PRF transitions will be enforced at some future pointPauli
2021-03-22Fix usages of const EVP_MD.Shane Lontis
2021-03-22Dual 1024-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov
2021-03-19Added functions for printing EVP_PKEYs to FILE *Tomas Mraz
2021-03-18TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb
2021-03-17Add some encoder and decoder code examplesTomas Mraz
2021-03-15Add a CHANGES entry for EVP_PKEY_public_check() and EVP_KEY_param_check()Matt Caswell
2021-03-12doc: update cipher documentation to include the new init functions with paramsPauli
2021-03-12doc: update digest documentation to include the new init functions with paramsPauli
2021-03-12doc: document param argument to RSA callsPauli
2021-03-12doc: document param argument to cipher init callsPauli
2021-03-12doc: update PKEY documentation to include the new init functions with paramsPauli
2021-03-11Update copyright yearMatt Caswell
2021-03-11Add new filter BIO BIO_f_readbuffer()Shane Lontis
2021-03-10Fix formatting error of HISTORY section in some manual pages.Tomas Mraz
2021-03-10Change default algorithms in PKCS12_create() and PKCS12_set_mac()Tomas Mraz
2021-03-10Add a CHANGES for OSSL_STORE_INFO_get_type()Matt Caswell
2021-03-09Non-const accessor to legacy keysDmitry Belyavskiy
2021-03-08Make the EVP_PKEY_get0* functions have a const return typeMatt Caswell
2021-03-08Document the change in behaviour of the the low level key getters/settersMatt Caswell
2021-03-08Ensure the various legacy key EVP_PKEY getters/setters are deprecatedMatt Caswell
2021-03-06OCSP_resp_find_status.pod: Complete the RETURN VALUES sectionDr. David von Oheimb
2021-03-04DOCS: Document OSSL_STORE_INFO_PUBKEY in doc/man3/OSSL_STORE_INFO.podRichard Levitte
2021-03-03doc: add a note to the RAND_get0_ calls indicating how to set the DRBG type.Pauli
2021-03-01Remove RSA SSLv23 padding modeRich Salz
2021-03-01Generalize schmeme parsing of OSSL_HTTP_parse_url() to OSSL_parse_url()Dr. David von Oheimb