summaryrefslogtreecommitdiffstats
path: root/doc/man3
AgeCommit message (Expand)Author
2020-07-16Update copyright yearRichard Levitte
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell
2020-07-16doc: remove unused engine tracing optionPauli
2020-07-16Document that ENGINE_add_conf_module() was deprecated.Pauli
2020-07-16Document that exdata for ENGINES is deprecated.Pauli
2020-07-16Document that the ENGINE_[sg]_ex_data() calls are reprecated.Pauli
2020-07-16RAND: document that the ENGINE RAND override is deprecated.Pauli
2020-07-16ENGINESDIR: document that this configuration is deprecated.Pauli
2020-07-16doc: document that the engine initialisation options are deprecated.Pauli
2020-07-16doc: deprecate ENGINE documentationPauli
2020-07-16Add SSL_get[01]_peer_certificate()Todd Short
2020-07-15Add AES_CBC_CTS ciphers to providersShane Lontis
2020-07-14DRBG: rename the DRBG taxonomy.Pauli
2020-07-07Add support to zeroize plaintext in S3 record layerMartin Elshuber
2020-07-06improve SSL_CTX_set_tlsext_ticket_key_cb ref implGlenn Strauss
2020-07-05Fix typos and repeated wordsGustaf Neumann
2020-07-03Fix a typo in the i2d_TYPE_fp documentationMatt Caswell
2020-07-02doc: remove reference to the predecessor of SHA-1.Pauli
2020-07-01X509v3_cache_extensions(): Improve coding style and doc, fix case 'sha1 == NULL'Dr. David von Oheimb
2020-07-01Add X509_self_signed(), extending and improving documenation and testsDr. David von Oheimb
2020-07-01Move doc of X509{,_REQ,_CRL}_verify{,_ex}() from X509_sign.pod to new X509_ve...Dr. David von Oheimb
2020-07-01Fix issue 1418 by moving check of KU_KEY_CERT_SIGN and weakening check_issued()Dr. David von Oheimb
2020-07-01Improve documentation, layout, and code comments regarding self-issued certs ...Dr. David von Oheimb
2020-06-30Fix a typo on the SSL_dup pageMatt Caswell
2020-06-28Make the ASYNC code default libctx awareMatt Caswell
2020-06-28CORE: Add OPENSSL_CTX_set0_default(), to set a default library contextRichard Levitte
2020-06-26doc/man3: fix types taken by HMAC(), HMAC_Update()pedro martelletto
2020-06-25Update copyright yearMatt Caswell
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-06-24Fix some man page typosMatt Caswell
2020-06-24evp_rand: documentationPauli
2020-06-24CTR, HASH and HMAC DRBGs in providerPauli
2020-06-24params: add OSSL_PARAM helpers for time_t.Pauli
2020-06-23Don't attempt to duplicate the BIO state in SSL_dupMatt Caswell
2020-06-23Update the SSL_dup documentation to match realityMatt Caswell
2020-06-23DOCS: Add documentation for EVP_PKEY_CTX_set_rsa_pss_keygen_mgf1_md_name()Richard Levitte
2020-06-22Fix CMP -days option range checking and test failing with enable-ubsanDr. David von Oheimb
2020-06-22Add documentation of OSSL_CRMF_CERTID_dup()Dr. David von Oheimb
2020-06-21[doc/man3] finish EC_GROUP_get_field_type documentationBilly Brumley
2020-06-20doc: Document OSSL_PARAM_modified and OSSL_PARAM_set_all_unmodified.Pauli
2020-06-19Add more complete support for libctx/propq in the EC codeMatt Caswell
2020-06-19Update the various SSL group getting and setting functionsMatt Caswell
2020-06-19Add documentation about CapabilitiesMatt Caswell
2020-06-19Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell
2020-06-18DOC: Spelling fixesSebastian Andrzej Siewior
2020-06-16Improve BIO_socket_wait(), BIO_wait(), BIO_connect_retry(), and their docsDr. David von Oheimb
2020-06-16CMS_get0_signers() descriptionolszomal
2020-06-13Move part of OSSL_CMP_validate_msg() to ossl_cmp_msg_check_update()Dr. David von Oheimb
2020-06-13Improve description of CMP untrusted certs and msg 'sender' fieldDr. David von Oheimb