aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More testing for sign/verify through `dgst` and `pkeyutl`Nicola Tuveri2019-12-112-1/+208
* More testing for CLI usage of Ed25519 and Ed448 keysNicola Tuveri2019-12-116-15/+97
* Configure: use ELFv2 ABI on some ppc64 big endian systemsAndy Polyakov2019-12-111-3/+7
* crypto/perlasm/ppc-xlate.pl: add linux64v2 flavourAndy Polyakov2019-12-111-4/+4
* Move providers/common/{ciphers,digests}/* to providers/implementationsRichard Levitte2019-12-1134-38/+40
* Remove handling of outdated macro'sRich Salz2019-12-103-27/+3
* Configuration: compute openssl_other_defines and related info laterRichard Levitte2019-12-101-44/+46
* Disable devcryptoeng on newer OpenBSD versionsRichard Levitte2019-12-101-0/+15
* test/memleaktest.c: Modify for use with address/leak sanitizerRichard Levitte2019-12-102-25/+32
* Use leak sanitizer instead of internal mdebug to check for memory leaksRichard Levitte2019-12-101-1/+1
* Move U64 macro from sha.h to sha512.cavas2019-12-102-3/+8
* apps/speed: replace list of #define by enums declarations.FdaSilvaYY2019-12-091-128/+81
* apps/speed: factorize ec test curves declarationsFdaSilvaYY2019-12-091-78/+71
* apps/speed: improve sm2 failure code.FdaSilvaYY2019-12-091-62/+30
* apps/speed: simplify 'doit' action flag management code.FdaSilvaYY2019-12-091-84/+81
* apps/speed: initialize key material only when its algo is selected.FdaSilvaYY2019-12-091-50/+40
* apps/speed: remove a shared global variableFdaSilvaYY2019-12-091-76/+59
* apps/speed: discard useless protoypes as these methods are defines before bei...FdaSilvaYY2019-12-091-63/+0
* apps/speed: allow to continue tests after any init failure handling.FdaSilvaYY2019-12-091-2/+10
* Difference between EVP_CipherInit and EVP_CipherInit_exDmitry Belyavskiy2019-12-081-0/+9
* Add a CHANGES entry for CVE-2019-1551Bernd Edlinger2019-12-061-0/+12
* Add a test case for rsaz_512_sqr overflow handlingBernd Edlinger2019-12-061-0/+284
* Improve the overflow handling in rsaz_512_sqrBernd Edlinger2019-12-061-21/+21
* Fix an overflow bug in rsaz_512_sqrAndy Polyakov2019-12-061-184/+197
* Add documentation for the newly added RSA_PKCS1_WITH_TLS_PADDINGMatt Caswell2019-12-052-1/+39
* Move constant time RSA code out of libsslMatt Caswell2019-12-051-93/+47
* Teach the RSA implementation about TLS RSA Key TransportMatt Caswell2019-12-058-30/+236
* Fix exit issue in travisciFangming.Fang2019-12-051-1/+1
* Remove spurious space from file.Pauli2019-12-051-1/+1
* Deprecate the AES_ige_*() functionsMatt Caswell2019-12-043-9/+16
* Add the ability to supress deprecation warningsMatt Caswell2019-12-041-9/+11
* add X509_cmp_timeframe() including its documentationDr. David von Oheimb2019-12-048-9/+110
* util/mkerr.pl: don't stop reading conserved symbols from the state fileRichard Levitte2019-12-041-6/+0
* configdata.pm.in: Don't try to quotify undefined valuesRichard Levitte2019-12-041-1/+7
* Update NOTES.ANDROID for newer NDK versions + small fixes.zero2019-12-031-14/+25
* Set argument only after successful dup on CMP APIsraja-ashok2019-12-032-8/+23
* Fix typos in fipsinstall testDr. Matthias St. Pierre2019-12-013-13/+13
* util/find-doc-nits: ignore macros ending in _fnsigRichard Levitte2019-11-291-6/+7
* util/find-doc-nits: limit the prototype checkRichard Levitte2019-11-291-1/+4
* Add NEWS and CHANGES entries about OSSL_SERIALIZERRichard Levitte2019-11-292-0/+19
* TEST: add tests of text and PEM printout of a provider made keyRichard Levitte2019-11-294-92/+201
* PROV SERIALIZER: add support for writing DSA keys and parametersRichard Levitte2019-11-297-0/+714
* PROV SERIALIZER: add support for writing DH keys and parametersRichard Levitte2019-11-2911-0/+723
* PROV SERIALIZER: add support for writing RSA keysRichard Levitte2019-11-2912-10/+566
* PROV SERIALIZER: add common functionality to serialize keysRichard Levitte2019-11-2914-2/+467
* PROV BIO: add a BIO_vprintf() upcall, and a provider BIO libraryRichard Levitte2019-11-297-3/+129
* SERIALIZER: add hooks in EVP_PKEY_print_ routinesRichard Levitte2019-11-291-0/+38
* SERIALIZER: add hooks in PEM_write_bio_ and PEM_write_fp_ routinesRichard Levitte2019-11-294-39/+175
* SERIALIZER: add support for serializing EVP_PKEYsRichard Levitte2019-11-2917-2/+710
* CORE: expose the property parsers and checker to the rest of the librariesRichard Levitte2019-11-292-9/+9