summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2019-11-01fix for Missing null check after OPENSSL_zallocjayaram
2019-11-01md4/md5: macros should not include the line following themPatrick Steuer
2019-11-01Fix potential memory leak in dh_ameth.cScott Wilson
2019-10-31Fix L<> entries without sectionsRich Salz
2019-10-31Infrastructure for templated doc in POD filesRich Salz
2019-10-31evp_pkey_ctx_free_old_ops(): Make sure to assign NULL to freed pointersRichard Levitte
2019-10-31Fix SYNOPSIS for ASN1_ENUMERATED_get_int64 and ASN1_ENUMERATED_set_int64Jakub Zelenka
2019-10-31[crypto/bn] fix a few small timing leaks in BN_lshift1 and BN_rshift1Billy Brumley
2019-10-31Fix typo in cipher_chacha20_poly1305_hw.c.Kelvin Lee
2019-10-31Fix find/rm command in Unix clean recipeTanzinul Islam
2019-10-31Don't generate a MAC when using KTLS.John Baldwin
2019-10-31Fix BIO_get_ktls_send() and BIO_get_ktls_recv() to work again.John Baldwin
2019-10-31Simplify NO_KTLS path in SSL_sendfile.John Baldwin