summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2020-02-12Deprecate the low level DSA functions.Pauli
2020-02-10Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb
2020-02-10add BIO_socket_wait(), BIO_wait(), and BIO_connect_retry() improving timeout ...Dr. David von Oheimb
2020-02-10Memory allocator code cleanupDavide Galassi
2020-02-07tests/drbgtest: use new RAND_DRBG callback_data API instead of ex_dataDr. Matthias St. Pierre
2020-02-07RAND_DRBG: add a callback data for entropy and nonce callbacksDr. Matthias St. Pierre
2020-02-07Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte
2020-02-06Fix misspelling errors and typos reported by codespellDr. Matthias St. Pierre
2020-02-06More accurate doc of -ssl_config optionRich Salz
2020-02-06Update command listRich Salz
2020-02-06Add cmd-nits to travis buildRich Salz
2020-02-06The -hmac option to speed is now #ifdef'dRich Salz
2020-02-06Add missing s_client optionsRich Salz
2020-02-06doc: Fix typo in EVP_DigestSignInit manpageJakub Jelen
2020-02-06Fix small misspelling in doc for OCSP_response_statusthekuwayama
2020-02-06Add FFC param/key generationShane Lontis
2020-02-06Params: change UTF8 construct calls to avoid explicit strlen(3) calls.Pauli
2020-02-05Make minimum size for secure memory a size_t.Pauli
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli
2020-02-02EVP_PKEY_assign_EC_KEY(): detect SM2 curve and set EVP_PKEY type accordinglyRichard Levitte
2020-01-31Fix "ts" no-XXX options, document two TLS optionsRich Salz
2020-01-31Update the SSL/TLS connection optionsRich Salz
2020-01-31Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis
2020-01-30Provide better documentation for SSL_get_servername()Matt Caswell
2020-01-30Fix type name typo in d2i/i2d documentation.David Makepeace
2020-01-29Add -issuer_checks to verify optionsRich Salz
2020-01-29Document most missing optionsRich Salz
2020-01-29Add more generated man1 doc filesRich Salz
2020-01-29Add RSA key validation to default providerShane Lontis
2020-01-29TLS: use EVP for HMAC throughout libssl.Pauli
2020-01-29Deprecate the low level HMAC functionsPauli
2020-01-27Modify EVP_PKEY_CTX_new_from_pkey() to add a propquery parameterMatt Caswell
2020-01-24openssl-config: add example libssl system-defaultsBenjamin Kaduk
2020-01-25Deprecate the low level DES functions.Pauli
2020-01-24New functions for PKCS8 attributes management - documentationDmitry Belyavskiy
2020-01-23Update man3/verify documentation, error textRich Salz
2020-01-23EVP: Add EVP_PKEY_get_default_digest_name() and use itRichard Levitte
2020-01-22Add missing files to generatedRich Salz
2020-01-22Fix some missing doc links.Rich Salz
2020-01-22Document the SSL_CTX_with_libctx() functionMatt Caswell
2020-01-20Convert rand_bytes_ex and rand_priv_bytes_ex to public functionsMatt Caswell
2020-01-19param_bld: add a padded BN call.Pauli
2020-01-19Deprecate the low level MD5 functions.Pauli
2020-01-19Deprecate the low level SHA functions.Pauli
2020-01-18EVP: Add evp_pkey_make_provided() and refactor around itRichard Levitte
2020-01-17DOC: Make EVP_SignInit.pod conform with man-pages(7)Richard Levitte
2020-01-17DOC: New file for EVP_PKEY_size(), EVP_PKEY_bits() and EVP_PKEY_security_bits()Richard Levitte
2020-01-17EVP: make EVP_PKEY_{bits,security_bits,size} work with provider only keysRichard Levitte
2020-01-17Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods tooRichard Levitte
2020-01-17Add duplication APIs to ASN1_TIME and related typesPaul Yang