aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte11-315/+336
2020-02-06Fix misspelling errors and typos reported by codespellDr. Matthias St. Pierre5-5/+5
2020-02-06More accurate doc of -ssl_config optionRich Salz1-3/+3
2020-02-06Update command listRich Salz1-8/+14
2020-02-06Add cmd-nits to travis buildRich Salz1-1/+1
2020-02-06The -hmac option to speed is now #ifdef'dRich Salz1-1/+1
2020-02-06Add missing s_client optionsRich Salz1-1/+135
2020-02-06doc: Fix typo in EVP_DigestSignInit manpageJakub Jelen1-1/+1
2020-02-06Fix small misspelling in doc for OCSP_response_statusthekuwayama1-1/+1
2020-02-06Add FFC param/key generationShane Lontis1-4/+22
2020-02-06Params: change UTF8 construct calls to avoid explicit strlen(3) calls.Pauli1-1/+3
2020-02-05Make minimum size for secure memory a size_t.Pauli1-1/+4
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli1-5/+18
2020-02-02EVP_PKEY_assign_EC_KEY(): detect SM2 curve and set EVP_PKEY type accordinglyRichard Levitte2-19/+18
2020-01-31Fix "ts" no-XXX options, document two TLS optionsRich Salz2-2/+9
2020-01-31Update the SSL/TLS connection optionsRich Salz3-174/+185
2020-01-31Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis2-7/+11
2020-01-30Provide better documentation for SSL_get_servername()Matt Caswell2-10/+115
2020-01-30Fix type name typo in d2i/i2d documentation.David Makepeace1-1/+1
2020-01-29Add -issuer_checks to verify optionsRich Salz2-2/+4
2020-01-29Document most missing optionsRich Salz27-71/+364
2020-01-29Add more generated man1 doc filesRich Salz1-6/+8
2020-01-29Add RSA key validation to default providerShane Lontis3-26/+99
2020-01-29TLS: use EVP for HMAC throughout libssl.Pauli1-12/+55
2020-01-29Deprecate the low level HMAC functionsPauli1-0/+10
2020-01-27Modify EVP_PKEY_CTX_new_from_pkey() to add a propquery parameterMatt Caswell1-3/+3
2020-01-24openssl-config: add example libssl system-defaultsBenjamin Kaduk1-0/+16
2020-01-25Deprecate the low level DES functions.Pauli1-1/+11
2020-01-24New functions for PKCS8 attributes management - documentationDmitry Belyavskiy1-0/+54
2020-01-23Update man3/verify documentation, error textRich Salz13-955/+504
2020-01-23EVP: Add EVP_PKEY_get_default_digest_name() and use itRichard Levitte1-10/+24
2020-01-22Add missing files to generatedRich Salz2-2/+28
2020-01-22Fix some missing doc links.Rich Salz23-47/+40
2020-01-22Document the SSL_CTX_with_libctx() functionMatt Caswell1-16/+30
2020-01-20Convert rand_bytes_ex and rand_priv_bytes_ex to public functionsMatt Caswell2-42/+18
2020-01-19param_bld: add a padded BN call.Pauli1-3/+14
2020-01-19Deprecate the low level MD5 functions.Pauli1-0/+4
2020-01-19Deprecate the low level SHA functions.Pauli1-3/+11
2020-01-18EVP: Add evp_pkey_make_provided() and refactor around itRichard Levitte1-0/+58
2020-01-17DOC: Make EVP_SignInit.pod conform with man-pages(7)Richard Levitte1-11/+11
2020-01-17DOC: New file for EVP_PKEY_size(), EVP_PKEY_bits() and EVP_PKEY_security_bits()Richard Levitte2-19/+85
2020-01-17EVP: make EVP_PKEY_{bits,security_bits,size} work with provider only keysRichard Levitte1-6/+66
2020-01-17Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods tooRichard Levitte2-0/+9
2020-01-17Add duplication APIs to ASN1_TIME and related typesPaul Yang1-1/+13
2020-01-16Update SSL_CTX_sess_set_new_cb(3) docs for refcountsBenjamin Kaduk1-6/+12
2020-01-16Add doc for TS_VERIFY_CTX_set_certs()Paul Yang1-0/+57
2020-01-16Deprecate the low level RC5 functionsPauli1-0/+12
2020-01-15Add FIPS Self test kats for digestsShane Lontis4-0/+338
2020-01-15Change returned -2 to 0 in EVP_Digest{Sign,Verify}Init()Richard Levitte1-3/+1
2020-01-13Better documentation of -www,-WWW,-HTTP flagsRich Salz2-15/+23