summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-11-07Change the logic and behaviour surrounding '--api' and 'no-deprecated'Richard Levitte
2019-11-06Strip much out of ssl.podRich Salz
2019-11-06Add L<ssl(7)> to all SSL pagesRich Salz
2019-11-06Remove outdated info from man7/sslRich Salz
2019-11-06Test EVP_get_[digest|cipher]byname() use the namemapMatt Caswell
2019-11-06Ensure EVP_get_digestbyname() and EVP_get_cipherbyname() know all aliasesMatt Caswell
2019-11-05test/recipes/02-test_ordinals.t: Take '?' and '?+' into accountRichard Levitte
2019-11-05util/mknum.pl: output stats on unassigned symbolsRichard Levitte
2019-11-05util/mknum.pl: Call OpenSSL::Ordinals::renumber() for real releasesRichard Levitte
2019-11-05util/mkdef.pl: writer_VMS(): handle symbols with no assigned numberRichard Levitte
2019-11-05OpenSSL::Ordinals: when validating, collect statistics on unassigned symsRichard Levitte
2019-11-05OpenSSL::Ordinals: add a renumber() function, to assign unassigned symbolsRichard Levitte
2019-11-05OpenSSL::Ordinals: Handle symbols with unassigned ordinal numbersRichard Levitte
2019-11-05util/*.num: deassign ordinal numbers from new symbolsRichard Levitte
2019-11-05Minimal adaptation of tests back to how it was beforeRichard Levitte
2019-11-05EVP: Make the SIGNATURE implementation leanerRichard Levitte
2019-11-05EVP: Make the KEYEXCH implementation leanerRichard Levitte
2019-11-05s390x assembly pack: process x25519 and x448 non-canonical valuesPatrick Steuer
2019-11-05Add self-generated test vector for x448 non-canonical valuesPatrick Steuer
2019-11-05s390x assembly pack: fix x448 handling of non-canonical valuesPatrick Steuer
2019-11-05s390x assembly pack: perlasm module updatePatrick Steuer
2019-11-04Don't assume the type we read was the type we expectedMatt Caswell
2019-11-04Don't leak memory in the event of a failure in i2v_GENERAL_NAMESMatt Caswell
2019-11-04Fix no-sm2 issuePaul Yang
2019-11-03Document added SSL functions related to X509_LOOKUP_storeRichard Levitte
2019-11-03X509_LOOKUP_store: Add CHANGES noteRichard Levitte
2019-11-03Document X509_LOOKUP_storeRichard Levitte
2019-11-03Adapt two test programs that were using now deprecated functionsRichard Levitte
2019-11-03Add a basic test of -CAstoreRichard Levitte
2019-11-03OSSL_STORE: add tracingRichard Levitte
2019-11-03Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte
2019-11-03X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URIRichard Levitte
2019-11-03OSSL_STORE: constify the criterion parameter a bit moreRichard Levitte
2019-11-03Change EVP_PKEY_CTX_new_provided() to take a library context too.Richard Levitte
2019-11-03Make EVP_PKEY_CTX initialization more preciseRichard Levitte
2019-11-03Fix --strict-warnings buildPatrick Steuer
2019-11-03s390x assembly pack: enable clang buildPatrick Steuer
2019-11-03doc/man3/OSSL_PARAM.pod: Clarify return_size with integer typesRichard Levitte
2019-11-03test/params_api_test.c: Correct the checks of OSSL_PARAM_set_BN()Richard Levitte
2019-11-03Fix OSSL_PARAM_set_BN() to fill the given buffer correctly.Richard Levitte
2019-11-03test/build.info: add missing inclusion for ssl_ctx_testRichard Levitte
2019-11-02VMS: Added new method to gather entropy on VMS, based on SYS$GET_ENTROPY.Richard Levitte
2019-11-02Add test cases for min/max protocol APIChristian Heimes
2019-11-02Configure: Make --strict-warnings meaningful with MSVC clRichard Levitte
2019-11-02BIO_s_connect: add an error state and use itRichard Levitte
2019-11-02DRBG: add check for XOF so these can be disallowed by the DRBGsPauli
2019-11-02DRBG: weaken the restriction on allowed digests.Pauli
2019-11-01s390x: fix build errorsPatrick Steuer