summaryrefslogtreecommitdiffstats
path: root/NOTES.VALGRIND (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-03Revert "Legacy digests can have custom control values"Matt Caswell1-1/+1
2020-02-02CHANGES: Add note about the refactoring of SM2 EVP_PKEYsRichard Levitte1-0/+13
2020-02-02Adapt some 'openssl' commands for SM2 changes.Richard Levitte2-85/+30
2020-02-02Adapt tests for SM2 changes.Richard Levitte2-26/+79
2020-02-02Make SM3 a mandatory hash function for SM2.Richard Levitte1-2/+2
2020-02-02X509: Refactor X509_verify() and X509_REQ_verify() for better streamliningRichard Levitte4-164/+89
2020-02-02Add SM2 specific parameter and key generationRichard Levitte1-25/+42
2020-02-02EVP_PKEY_assign_EC_KEY(): detect SM2 curve and set EVP_PKEY type accordinglyRichard Levitte3-20/+30
2020-02-02EVP: Small refactor of keymgmt library codeRichard Levitte1-11/+14
2020-02-02config: ensure the perl Configure run is the last statementRichard Levitte1-6/+7
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-31evp_pmeth: free the MD reference correctly.Pauli1-1/+1
2020-01-31scrypt: free the MD reference correctly.Pauli1-1/+1
2020-01-30Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis20-931/+829
2020-01-30Don't acknowledge a servername following warning alert in servername cbMatt Caswell1-0/+1
2020-01-30Provide better documentation for SSL_get_servername()Matt Caswell2-10/+115
2020-01-30Test that SSL_get_servername returns what we expectMatt Caswell1-5/+161
2020-01-30Fix SSL_get_servername() and SNI behaviourMatt Caswell3-22/+86
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 Salz31-79/+385
2020-01-29Add more generated man1 doc filesRich Salz2-11/+9
2020-01-29Add RSA key validation to default providerShane Lontis19-139/+439
2020-01-29TLS: use EVP for HMAC throughout libssl.Pauli11-69/+375
2020-01-29Deprecate the low level HMAC functionsPauli15-41/+166
2020-01-29hmac: preprocessor indentation fixesPauli1-4/+4
2020-01-29Deprecate the low level CMAC functionsPauli7-26/+57
2020-01-29cmac: preprocessor indentation fixesPauli1-5/+5
2020-01-28Adapt X509_PUBKEY_set() for use with provided implementationsRichard Levitte1-8/+35
2020-01-28test_evp_extra_test.c: don't rely on exact parameter positionRichard Levitte1-13/+10
2020-01-28PROV: Adapt the DSA signature implementation to provide AlgorithmidentifiersRichard Levitte6-11/+165
2020-01-28Adapt ASN1_item_sign_ctx() for use with provided keypairsRichard Levitte2-7/+51
2020-01-27Modify EVP_PKEY_CTX_new_from_pkey() to add a propquery parameterMatt Caswell5-20/+10
2020-01-27OpenSSL::Test: bring back the relative pathsRichard Levitte1-5/+5
2020-01-26test/recipes/30-test_evp.t: Fix multiple definition of @bffilesRichard Levitte1-4/+4
2020-01-25Check that the default signature type is allowedKurt Roeckx3-23/+52
2020-01-25Replace apps/server.pem with certificate with a sha256 signature.Kurt Roeckx2-51/+46
2020-01-25EVP: Adapt EVP_PKEY Seal and Open for provider keysRichard Levitte6-29/+50
2020-01-25openssl-config: add example libssl system-defaultsBenjamin Kaduk1-0/+16
2020-01-25Deprecate the low level DES functions.Pauli43-148/+393
2020-01-25des: fix header file preprocessor indentationPauli1-20/+20
2020-01-24Make sure we use RAND_bytes_ex and RAND_priv_bytes_ex in libsslMatt Caswell6-18/+22
2020-01-24New functions for PKCS8 attributes management - documentationDmitry Belyavskiy2-2/+54
2020-01-24New functions for PKCS8 attributes managementDmitry Belyavskiy3-0/+17
2020-01-24Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis22-375/+523
2020-01-23Update man3/verify documentation, error textRich Salz14-966/+514
2020-01-23Configure: Better detection of '-static' in @{$config{LDFLAGS}}Richard Levitte1-1/+1
2020-01-23Add answers for EVP_PKEY_get_default_digest_name() in RSA and DSA keymgmtRichard Levitte2-0/+31
2020-01-23EVP: Add EVP_PKEY_get_default_digest_name() and use itRichard Levitte6-35/+121