summaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Document the new library context aware CT functionsMatt Caswell2020-04-093-21/+61
* Update RAND_METHOD definition in man pageJim Newsome2020-04-091-2/+2
* Add a null provider which implements no algorithms.Pauli2020-04-091-0/+35
* Document the new X509_STORE_CTX_new_with_libctx() functionMatt Caswell2020-04-091-25/+35
* EVP: add EVP_PKEY_is_a() and EVP_PKEY_can_sign()Richard Levitte2020-04-082-16/+97
* params: add a warning about the PTR types.Pauli2020-04-081-0/+6
* PROV: Add the beginning of a DER writing libraryRichard Levitte2020-04-074-0/+300
* Expand the XTS documentationMatt Caswell2020-04-031-0/+7
* Add data driven SELF TEST code for signatures and key agreementShane Lontis2020-04-031-1/+3
* HTTP client: make server/proxy and port params more consistent; minor other i...Dr. David von Oheimb2020-04-023-55/+86
* Chunk 10 of CMP contribution to OpenSSL: CMP http client and related testsDr. David von Oheimb2020-04-024-16/+76
* TLS Cipher Suite 0xC102 SupportNikolay Morozov2020-04-021-0/+13
* apps: support sendfile in s_server when ktls enabledTianjia Zhang2020-04-011-0/+9
* Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis2020-04-013-12/+176
* Document the new X509v3_cache_extensions() functionMatt Caswell2020-03-301-0/+43
* Add the X509v3_cache_extensions() functionMatt Caswell2020-03-301-0/+2
* Param builder: Remove the static size limit.Pauli2020-03-281-10/+11
* Param build: make structures opaque.Pauli2020-03-281-24/+15
* NEWS: note OSSL_PARAM_BLD API as public.Pauli2020-03-281-6/+12
* Param builder: make the OSSL_PARAM_BLD APIs public.Pauli2020-03-281-51/+53
* Document various SRP related APIsMatt Caswell2020-03-272-17/+124
* Add OCSP_RESPID_set_by_key_ex() and OCSP_RESPID_match_ex()Matt Caswell2020-03-271-28/+44
* EVP: Add EVP_PKEY_set_type_by_keymgmt() and use itRichard Levitte2020-03-251-0/+68
* Chunk 9 of CMP contribution to OpenSSL: CMP client and related testsDr. David von Oheimb2020-03-256-25/+285
* Fix whitespace nit in OSSL_SELF_TEST_new.pod which caused doc-nits warningDr. David von Oheimb2020-03-251-1/+1
* Issuer Sign Tool extention supportNikolay Morozov2020-03-251-0/+51
* Update CA.pl podpage, and scriptRich Salz2020-03-231-61/+35
* Make it possible to easily specify a libctx for EVP_DigestSign*Matt Caswell2020-03-232-18/+19
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-2313-47/+59
* Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger2020-03-211-1/+12
* Add support for passing the libctx to the config loaderShane Lontis2020-03-205-26/+101
* Rename OSSL_{d2i,i2d}_CMP_MSG_bio to {d2i,id2}_OSSL_CMP_MSG_bioDr. David von Oheimb2020-03-181-8/+9
* APPS: Remove all traces of special SM2 treatment.Richard Levitte2020-03-155-53/+53
* X509: Rename X509_set0_sm2_id() and friendsRichard Levitte2020-03-152-55/+71
* Add ECDSA to providersShane Lontis2020-03-151-0/+17
* DOCS: Fix the description of OSSL_PARAM_allocate_from_text()Richard Levitte2020-03-141-26/+66
* Remove reference to old DH files.Pauli2020-03-141-8/+0
* dh: document what the PEM files in apps actually contain.Pauli2020-03-141-6/+5
* doc: fix spelling of TYPE_get_ex_new_indexBenjamin Kaduk2020-03-131-2/+2
* Additional updates to SSL_CTX_sess_set_get_cb.podBenjamin Kaduk2020-03-131-18/+21
* doc: Update the reference from draft to RFCJakub Jelen2020-03-132-2/+2
* EVP: Add new domparams and key generation functionalityRichard Levitte2020-03-121-22/+57
* CORE: Add the key object generator libcrypto<->provider interfaceRichard Levitte2020-03-121-5/+48
* DOCS: Use "command" not "tool" or "utility"Rich Salz2020-03-1123-38/+39
* Move OSSL_CMP_X509_digest() to x_all.c, renaming it to X509_digest_sig()Dr. David von Oheimb2020-03-102-38/+15
* Fix handling of CMP msg senderKID and improve doc of related CTX functionsDr. David von Oheimb2020-03-102-20/+22
* Chunk 8 of CMP contribution to OpenSSL: CMP server and cmp_mock_srv.c for tes...Dr. David von Oheimb2020-03-1011-100/+424
* DOCS: Clean up doc/man3/EVP_DigestInit.podRichard Levitte2020-03-101-36/+36
* DOCS: Add translation information for EVP_MD_CTX_ctrl()Richard Levitte2020-03-101-3/+17
* DOCS: Move implementation specific docs away from provider-digest(7)Richard Levitte2020-03-1015-39/+677