summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2020-11-12apps/passwd: remove the -crypt option.Pauli
2020-11-11Add ossl_is_absolute_path function to detect absolute pathsTomas Mraz
2020-11-11Avoid duplicate ends_with_dirsep functionsTomas Mraz
2020-11-11ENCODER: Add output structure support for EVP_PKEY encodingRichard Levitte
2020-11-11ENCODER: Add support for OSSL_FUNC_encoder_does_selection()Richard Levitte
2020-11-11ENCODER: Add support for specifying the outermost output structureRichard Levitte
2020-11-11CORE: Add support for specifying the outermost object structureRichard Levitte
2020-11-11DECODER: Add input structure support for EVP_PKEY decodingRichard Levitte
2020-11-11cmp_msg.c: Use issuer of reference cert as default issuer entry in certTemplateDr. David von Oheimb
2020-11-11Add support for making all of KBKDF FixedInput fields optional.Shane Lontis
2020-11-10Document pkcs12 alg NONEPali Rohár
2020-11-10openssl-cmp.pod.in: Clean up doc of -verify_email, -verify_hostname, and -ver...Dr. David von Oheimb
2020-11-10openssl.pod: Improve doc of -verify_email, -verify_hostname, and -verify_ipDr. David von Oheimb
2020-11-10openssl-*.pod.in: Prevent newlines on empty engine_synopsis causing layout er...Dr. David von Oheimb
2020-11-10openssl-cmp.pod.in: Align order of options with apps/cmp.c; improve structuri...Dr. David von Oheimb
2020-11-06Improve doc of X509_verify_cert(), also in openssl.podDavid von Oheimb
2020-11-04Moved OPENSSL_fork_prepare,_parent,_child from init.c to threads_pthread.c.Randall S. Becker
2020-11-01Simplify and clarify doc/internal/man7/deprecation.podRichard Levitte
2020-10-30Add easy to digest selector macros for EVP_PKEYsRichard Levitte
2020-10-30test/recipes/15-test_gendh.t: don't try DER paramsRichard Levitte
2020-10-23Constify OSSL_FUNC_keymgmt_validate()Nicola Tuveri
2020-10-22enc: change the text to reference `-list` instead of the deprecated `-ciphers`Pauli
2020-10-22Rename EVP_KDF_reset() to EVP_KDF_CTX_reset().Shane Lontis
2020-10-22Rename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size().Shane Lontis
2020-10-22Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().Shane Lontis
2020-10-22Remove ossl_prov_util_nid_to_name()Shane Lontis
2020-10-22Constify OSSL_FUNC_keymgmt_has()Nicola Tuveri
2020-10-22APPS: Implement load_keyparams() to load key parametersRichard Levitte
2020-10-20Deprecate EVP_PKEY_set1_tls_encodedpoint()Matt Caswell
2020-10-20Document EVP_PKEY_set1_encoded_public_key()Matt Caswell
2020-10-20Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell
2020-10-16list: add a -provider-info option.Pauli
2020-10-15Update copyright yearMatt Caswell
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-15Make evp_pkey_ctx_get0_libctx/propq public APIMatt Caswell
2020-10-14Define OSSL_CAPABILITY_TLS_GROUP_IS_KEMNicola Tuveri
2020-10-12Document how deprecation should be doneRichard Levitte
2020-10-10ENCODER / DECODER: Add functions to encode/decode to/from a bufferRichard Levitte
2020-10-08Expose PKCS7_get_octet_string and PKCS7_type_is_otherJordan Montgomery
2020-10-07rsa: add ossl_ prefix to internal rsa_ calls.Pauli
2020-10-06doc: remove duplicated code in examplePauli
2020-10-04DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-10-01Fix some things the rename script didn't quite get rightMatt Caswell
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-10-01der: _ossl prefix DER functionsPauli
2020-09-26Implement treatment of id-pkix-ocsp-no-check extension for OCSP_basic_verify()Dr. David von Oheimb
2020-09-26OCSP_resp_find_status.pod: Slightly improve the documentation of various flagsDr. David von Oheimb
2020-09-26OCSP_resp_find_status.pod: Replace function arg references B<...> by I<...>Dr. David von Oheimb
2020-09-26en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch