summaryrefslogtreecommitdiffstats
path: root/doc/man3
AgeCommit message (Expand)Author
2021-01-14Enhance default provider documentationMichael Baentsch
2021-01-14Enable locking on the primary DRBG when we create itMatt Caswell
2021-01-14Make the OSSL_CMP manual conform with man-pages(7)Richard Levitte
2021-01-13Make header references conform with man-pages(7) in all manualsRichard Levitte
2021-01-13Make the OSSL_trace manual conform with man-pages(7)Richard Levitte
2021-01-13Make the OSSL_PROVIDER manual conform with man-pages(7)Richard Levitte
2021-01-13Make the OSSL_HTTP manual conform with man-pages(7)Richard Levitte
2021-01-13Make the OSSL_SELF_TEST manual conform with man-pages(7)Richard Levitte
2021-01-13Make the OSSL_PARAM manual conform with man-pages(7)Richard Levitte
2021-01-13x509v3.h.in: Deprecate CTX_TEST and replace it by X509V3_CTX_TESTDr. David von Oheimb
2021-01-13Add X509V3_set_issuer_pkey, needed for AKID of self-issued not self-signed certDr. David von Oheimb
2021-01-13APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb
2021-01-13X509_cmp(): Fix comparison in case x509v3_cache_extensions() failed to due to...Dr. David von Oheimb
2021-01-13Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb
2021-01-09replace 'unsigned const char' with 'const unsigned char'Thomas De Schampheleire
2021-01-08Adding TLS group name retrievalMichael Baentsch
2021-01-08[crypto/dh] side channel hardening for computing DH shared keysBilly Brumley
2021-01-07Fix set_ciphersuites ignore unknown ciphers.Otto Hollmann
2021-01-07Update copyright yearMatt Caswell
2021-01-05Updated SSL_CTX_new docbazmoz
2020-12-31Add documentation for CRYPTO_atomic_or and CRYPTO_atomic_loadMatt Caswell
2020-12-17dsa: documentation deprecation changesPauli
2020-12-15Document OCSP_REQ_CTX_i2d.Rich Salz
2020-12-15Deprecate OCSP_REQ_CTX_set1_reqRich Salz
2020-12-14Fix Segfault in EVP_PKEY_CTX_dup when the ctx has an undefined operation.Shane Lontis
2020-12-13DOCS: Improve documentation of the EVP_PKEY typeRichard Levitte
2020-12-11DOCS: Update OSSL_DECODER_CTX_new_by_EVP_PKEY.pod to match declarationsRichard Levitte
2020-12-09Fix typo in OPENSSL_malloc.podNan Xiao
2020-12-08EVP: Add EVP_PKEY_get_group_name() to extract the group name of a pkeyRichard Levitte
2020-12-08EVP: constify the EVP_PKEY_get_*_param() argument |pkey|Richard Levitte
2020-12-07Deprecate EC_POINT_bn2point and EC_POINT_point2bn.Shane Lontis
2020-12-07Change OPENSSL_hexstr2buf_ex() & OPENSSL_buf2hexstr_ex() to pass the separatorShane Lontis
2020-12-05openssl.pod: Move verification doc to new doc/man1/openssl-verification-optio...David von Oheimb
2020-12-05PEM: Add a more generic way to implement PEM _ex functions for libctxRichard Levitte
2020-12-05DSA: Make DSA_bits() and DSA_size() check that there are key parametersRichard Levitte
2020-12-03x509_vfy.c: Restore rejection of expired trusted (root) certificateDr. David von Oheimb
2020-12-02ENCODER: Don't pass libctx to OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-11-28ERR: Drop or deprecate dangerous or overly confusing functionsRichard Levitte
2020-11-27Remove d2i_DHparams.pod and move documentation to d2i_RSAPrivateKey.podMatt Caswell
2020-11-26Documentation improvements for EVP_DigestInit_ex and related functionsTomas Mraz
2020-11-26DOC: Add note on how to terminate an OSSL_PARAM arrayRichard Levitte
2020-11-18Deprecate RSA harderRichard Levitte
2020-11-18DOC: Fix example in OSSL_PARAM_int.podRichard Levitte
2020-11-18Swap to FIPS186-2 DSA generation outside of the FIPS moduleMatt Caswell
2020-11-18Swap to DH_PARAMGEN_TYPE_GENERATOR as the default outside of the FIPS moduleMatt Caswell
2020-11-18Document some SSL DH related functions/macrosMatt Caswell
2020-11-18DOC: Rewrite the section on reporting errors in doc/man3/ERR_put_error.podRichard Levitte
2020-11-16Add documentation for EVP_PKEY2PKCS8/EVP_PKCS82PKEYShane Lontis
2020-11-11ENCODER: Add output structure support for EVP_PKEY encodingRichard Levitte
2020-11-11ENCODER: Add support for specifying the outermost output structureRichard Levitte