summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2020-05-26Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()Dr. David von Oheimb
2020-05-26Update core_names.h fields and document most fields.Shane Lontis
2020-05-23Fix the parameter types of the CRYPTO_EX_dup function type.Bernd Edlinger
2020-05-21There is no -signreq option in CA.plmettacrawler
2020-05-20deprecate EC_POINT_make_affine and EC_POINTs_make_affineBilly Brumley
2020-05-20Add OSSL_PROVIDER_do_all()Richard Levitte
2020-05-19Update early data exchange scenarios in docraja-ashok
2020-05-19Update limitation of psk_client_cb and psk_server_cb in usage with TLSv1.3raja-ashok
2020-05-19Introducing option SSL_OP_IGNORE_UNEXPECTED_EOFDmitry Belyavskiy
2020-05-19Use {module,install}-mac, not -checksumRich Salz
2020-05-19Revise fips_install.podRich Salz
2020-05-19Revise x509v3_config.podRich Salz
2020-05-19Revise fips_config.podRich Salz
2020-05-19deprecate EC precomputation functionalityBilly Brumley
2020-05-19CORE: query for operations only once per provider (unless no_store is true)Richard Levitte
2020-05-18Fix small documentation issuesNikolay Morozov
2020-05-16deprecate EC_POINTs_mul functionBilly Brumley
2020-05-16Update documentation following changes of various typesMatt Caswell
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb
2020-05-15Nit-fix: remove whitespace in doc/man3/EVP_PKEY_fromdata.pod causing warningDr. David von Oheimb
2020-05-15Update copyright yearMatt Caswell
2020-05-14Add documentation for ASN1_INTEGER_new() and ASN1_INTEGER_free()Nikolay Morozov
2020-05-13Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_cert()Dr. David von Oheimb
2020-05-13Add -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MSG_update_transactionID()Dr. David von Oheimb
2020-05-13Improve CMP documentation regarding use of untrusted certsDr. David von Oheimb
2020-05-13Chunk 11 of CMP contribution to OpenSSL: CMP command-line interfaceDr. David von Oheimb
2020-05-13Improve description of algorithm NIDs in doc/man3/OSSL_CMP_CTX_new.podDr. David von Oheimb
2020-05-13Reflect constifications of 62dcd2aa in doc/man3/OSSL_CRMF_MSG_get0_tmpl.podDr. David von Oheimb
2020-05-13OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIORichard Levitte
2020-05-13Remove explicit dependency on configdata.pm when processing .in filesRichard Levitte
2020-05-10doc: fix two invalid <B> tagsBeat Bolli
2020-05-09Constify 'req' parameter of OSSL_HTTP_post_asn1()Dr. David von Oheimb
2020-05-09doc: remove deprecation notes for apps that are staying.Pauli
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-01Add 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