Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2020-05-07SSL_OP_DISABLE_TLSEXT_CA_NAMES option implementationNikolay Morozov
2020-05-07Add documentation for CMS_EnvelopedData_create()Jakub Zelenka
2020-05-07Remove gen_get_params & gen_gettable_params from keygen operationShane Lontis
2020-05-05Use fips=yes consistently in documentationChristian Heimes
2020-05-05Strengthen X509_STORE_CTX_print_verify_cb() to print expected host etc.Dr. David von Oheimb
2020-05-05Improve SSL_shutdown documentation.Kurt Roeckx
2020-05-04Allow OSSL_PARAM_get_octet_string() to pass a NULL bufferMatt Caswell
2020-05-04Document the new raw private/public key functionsMatt Caswell
2020-05-02Add default property API's to enable and test for fipsShane Lontis
2020-05-02Add SSL_new_session_ticket() APIBenjamin Kaduk
2020-04-30Undeprecate DH, DSA and RSA _bits() functions.Pauli
2020-04-29Amend references to "OpenSSL license"Shourya Shukla
2020-04-29Update EVP_PKEY_fromdata.podopensignature
2020-04-28doc: Random spellcheckingSebastian Andrzej Siewior
2020-04-25params: change OSSL_PARAM_set_unmodified() to operate on a params arrayPauli
2020-04-24Add function load_csr(file,format,desc) to apps/lib/apps.cDavid von Oheimb
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-24Rewrite man5/config.pod and related conf code cleanupRich Salz
2020-04-24SSL_CTX_config.pod: Remove needless "NOTE" headingRich Salz
2020-04-24Update some nits around the FIPS moduleRich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-23PROV: Ensure that ED25519 & ED448 keys have a mandatory digestRichard Levitte
2020-04-23EVP: add internal evp_keymgmt_util_get_deflt_digest_name() and use itRichard Levitte
2020-04-22params: add functionality to test if an OSSL_PARAM has been set.Pauli
2020-04-22[crypto/ec] deprecate Jprojective_coordinates_GFp functionsBilly Brumley
2020-04-21Add setter equivalents to X509_REQ_get0_signatureDirk-Willem van Gulik
2020-04-20Fix descriptions of credentials and verification options for various appsDr. David von Oheimb
2020-04-20Fix DH_get_nid() so that it does not cache values.Shane Lontis
2020-04-20DOC: Extend EVP_PKEY-DSA(7) / EVP_PKEY_DH(7) with FFC informationShane Lontis
2020-04-20DOC: Refactor provider-keymgmt(7) to give the keytypes their own pagesRichard Levitte
2020-04-19Undeprecate DH_get_length() and DH_set_length() functionsPauli
2020-04-19dhparam: update command line app to use EVP callsPauli
2020-04-18DOC: Extend the description of EVP_PKEY_CTX_new_from_name()Richard Levitte
2020-04-18DOC: Add more description of EVP_PKEY_fromdata(), and examplesRichard Levitte
2020-04-17doc: note that the FIPS provider contains some non-approved algorithms.Pauli
2020-04-17EVP: Fix calls to evp_pkey_export_to_provider()Richard Levitte
2020-04-16Document X509_verify_ex() and X509_REQ_verify_ex()Matt Caswell
2020-04-15Add DH keygen to providersShane Lontis
2020-04-15Add DSA keygen to providerShane Lontis
2020-04-15Document the new libctx aware private key functionsMatt Caswell
2020-04-15EC: Refactor EVP_PKEY_CTX curve setting macros for param generationRichard Levitte
2020-04-15KEYMGMT: Add functions to get param/key generation parametersRichard Levitte
2020-04-14Add ex_data to EVP_PKEY.Aaron Thompson
2020-04-11Fix some errors in documentationRichard Levitte
2020-04-11Add manpage entry for X509_check_purpose()Jake Maynard
2020-04-09Document the new library context aware CT functionsMatt Caswell
2020-04-09Update RAND_METHOD definition in man pageJim Newsome
2020-04-09Add a null provider which implements no algorithms.Pauli
2020-04-09Document the new X509_STORE_CTX_new_with_libctx() functionMatt Caswell
2020-04-08EVP: add EVP_PKEY_is_a() and EVP_PKEY_can_sign()Richard Levitte