summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-02-05Stop accepting certificates signed using SHA1 at security level 1Kurt Roeckx
2020-02-05Create a new embeddedSCTs1 that's signed using SHA256Kurt Roeckx
2020-02-05Fix no-multiblockMatt Caswell
2020-02-05Author: Ross Kinsey <RossIKinsey@gmail.com>Ross Kinsey
2020-02-05x86: Add endbranch to indirect branch targets for Intel CETH.J. Lu
2020-02-05Make minimum size for secure memory a size_t.Pauli
2020-02-04EVP_MD_CTX_ctrl(): Remove unnecessary controlRichard Levitte
2020-02-04PROV: Fix the DSA SIGNATURE implementation for better digests handlingRichard Levitte
2020-02-04PROV: Implement padding mode words in the RSA ASYM_CIPHER implementationRichard Levitte
2020-02-04Don't pass a digest-size to signature implementationsRichard Levitte
2020-02-04Decentralize legacy_ctrl_str_to_param()Richard Levitte
2020-02-04Teach more BIOs how to handle BIO_CTRL_EOFMatt Caswell
2020-02-04Detect EOF while reading in libsslMatt Caswell
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli
2020-02-04Deprecate the ECDH functions.Pauli
2020-02-04ec.h: fix preprocessor indentationPauli
2020-02-04Fix coverity issues CID 1457745...1457752, 1457853, 1457854Shane Lontis
2020-02-03Fix krb5 external test failureRichard Levitte
2020-02-03Missing "obj_mac" header file in "dh_lib"Davide Galassi
2020-02-03Don't complain about documented symbols with find-doc-nits -d -oMatt Caswell
2020-02-03Fix common test framework optionsMatt Caswell
2020-02-03Fix no-ecMatt Caswell
2020-02-03Revert "Legacy digests can have custom control values"Matt Caswell
2020-02-02CHANGES: Add note about the refactoring of SM2 EVP_PKEYsRichard Levitte
2020-02-02Adapt some 'openssl' commands for SM2 changes.Richard Levitte
2020-02-02Adapt tests for SM2 changes.Richard Levitte
2020-02-02Make SM3 a mandatory hash function for SM2.Richard Levitte
2020-02-02X509: Refactor X509_verify() and X509_REQ_verify() for better streamliningRichard Levitte
2020-02-02Add SM2 specific parameter and key generationRichard Levitte
2020-02-02EVP_PKEY_assign_EC_KEY(): detect SM2 curve and set EVP_PKEY type accordinglyRichard Levitte
2020-02-02EVP: Small refactor of keymgmt library codeRichard Levitte
2020-02-02config: ensure the perl Configure run is the last statementRichard Levitte
2020-01-31Fix "ts" no-XXX options, document two TLS optionsRich Salz
2020-01-31Update the SSL/TLS connection optionsRich Salz
2020-01-31evp_pmeth: free the MD reference correctly.Pauli
2020-01-31scrypt: free the MD reference correctly.Pauli
2020-01-31Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis
2020-01-30Don't acknowledge a servername following warning alert in servername cbMatt Caswell
2020-01-30Provide better documentation for SSL_get_servername()Matt Caswell
2020-01-30Test that SSL_get_servername returns what we expectMatt Caswell
2020-01-30Fix SSL_get_servername() and SNI behaviourMatt 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-29hmac: preprocessor indentation fixesPauli
2020-01-29Deprecate the low level CMAC functionsPauli