summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-12-09apps/speed: replace list of #define by enums declarations.FdaSilvaYY
2019-12-09apps/speed: factorize ec test curves declarationsFdaSilvaYY
2019-12-09apps/speed: improve sm2 failure code.FdaSilvaYY
2019-12-09apps/speed: simplify 'doit' action flag management code.FdaSilvaYY
2019-12-09apps/speed: initialize key material only when its algo is selected.FdaSilvaYY
2019-12-09apps/speed: remove a shared global variableFdaSilvaYY
2019-12-09apps/speed: discard useless protoypes as these methods are defines before bei...FdaSilvaYY
2019-12-09apps/speed: allow to continue tests after any init failure handling.FdaSilvaYY
2019-12-08Difference between EVP_CipherInit and EVP_CipherInit_exDmitry Belyavskiy
2019-12-06Add a CHANGES entry for CVE-2019-1551Bernd Edlinger
2019-12-06Add a test case for rsaz_512_sqr overflow handlingBernd Edlinger
2019-12-06Improve the overflow handling in rsaz_512_sqrBernd Edlinger
2019-12-06Fix an overflow bug in rsaz_512_sqrAndy Polyakov
2019-12-05Add documentation for the newly added RSA_PKCS1_WITH_TLS_PADDINGMatt Caswell
2019-12-05Move constant time RSA code out of libsslMatt Caswell
2019-12-05Teach the RSA implementation about TLS RSA Key TransportMatt Caswell
2019-12-05Fix exit issue in travisciFangming.Fang
2019-12-05Remove spurious space from file.Pauli
2019-12-04Deprecate the AES_ige_*() functionsMatt Caswell
2019-12-04Add the ability to supress deprecation warningsMatt Caswell
2019-12-04add X509_cmp_timeframe() including its documentationDr. David von Oheimb
2019-12-04util/mkerr.pl: don't stop reading conserved symbols from the state fileRichard Levitte
2019-12-04configdata.pm.in: Don't try to quotify undefined valuesRichard Levitte
2019-12-03Update NOTES.ANDROID for newer NDK versions + small fixes.zero
2019-12-03Set argument only after successful dup on CMP APIsraja-ashok
2019-12-01Fix typos in fipsinstall testDr. Matthias St. Pierre
2019-11-29util/find-doc-nits: ignore macros ending in _fnsigRichard Levitte
2019-11-29util/find-doc-nits: limit the prototype checkRichard Levitte
2019-11-29Add NEWS and CHANGES entries about OSSL_SERIALIZERRichard Levitte
2019-11-29TEST: add tests of text and PEM printout of a provider made keyRichard Levitte
2019-11-29PROV SERIALIZER: add support for writing DSA keys and parametersRichard Levitte
2019-11-29PROV SERIALIZER: add support for writing DH keys and parametersRichard Levitte
2019-11-29PROV SERIALIZER: add support for writing RSA keysRichard Levitte
2019-11-29PROV SERIALIZER: add common functionality to serialize keysRichard Levitte
2019-11-29PROV BIO: add a BIO_vprintf() upcall, and a provider BIO libraryRichard Levitte
2019-11-29SERIALIZER: add hooks in EVP_PKEY_print_ routinesRichard Levitte
2019-11-29SERIALIZER: add hooks in PEM_write_bio_ and PEM_write_fp_ routinesRichard Levitte
2019-11-29SERIALIZER: add support for serializing EVP_PKEYsRichard Levitte
2019-11-29CORE: expose the property parsers and checker to the rest of the librariesRichard Levitte
2019-11-29SERIALIZER: add functions for serialization to fileRichard Levitte
2019-11-29SERIALIZER: New API for serialization of objects through providersRichard Levitte
2019-11-29CORE: pass the full algorithm definition to the method constructorRichard Levitte
2019-11-29CORE: ossl_namemap_add_names(): new function to add multiple namesRichard Levitte
2019-11-29Disable mem leak checking for the self test lockMatt Caswell
2019-11-29Make sure we only run the self tests onceMatt Caswell
2019-11-29Check the return from OPENSSL_buf2hexstr()Matt Caswell
2019-11-29Check that OPENSSL_zalloc was successful when creating EVP typesMatt Caswell
2019-11-29Add a test for NULL chunks in encrypt/decryptMatt Caswell
2019-11-29Make sure we handle input NULL with length 0Matt Caswell
2019-11-29Configure: make it possible to have generated generatorsRichard Levitte