summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-04-04For provider tests, don't define a OPENSSL_NO_ macroRichard Levitte
2019-04-04Document the 'no-module' configuration optionRichard Levitte
2019-04-04Correct EVP_F_EVP_MD_BLOCK_SIZE numberRichard Levitte
2019-04-03Use AI_ADDRCONFIG hint with getaddrinfo if available.Tomas Mraz
2019-04-03Modify OCSP to use alt MD for cert IDs in responsesTodd Short
2019-04-03Add a test for EVP_MD_block_size()Matt Caswell
2019-04-03Support EVP_MD_block_size() with providersMatt Caswell
2019-04-03Add an EVP_MD_CTX_md() testMatt Caswell
2019-04-03Ensure EVP_MD_CTX_md returns the EVP_MD originally usedMatt Caswell
2019-04-03replaced snprintf with BIO version (for windows builds)Richard Levitte
2019-04-03Replumbing: add documentation for the provider configuration moduleRichard Levitte
2019-04-03Add test for the provider configuration moduleRichard Levitte
2019-04-03Replumbing: add a configuration module for providersRichard Levitte
2019-04-03Replumbing: add functionality to set provider parametersRichard Levitte
2019-04-03AES-XTS block limit.Pauli
2019-04-02Revert "crypto/rand/rand_win.c: include "e_os.h" to get the default _WIN32_WI...Richard Levitte
2019-04-02rand_win.c: loosen version requirements for BCryptGenRandomDr. Matthias St. Pierre
2019-04-02crypto/rand/rand_win.c: include "e_os.h" to get the default _WIN32_WINNTRichard Levitte
2019-04-02Correct the checks of module availability in provider test programsRichard Levitte
2019-04-02Configuration / build: make it possible to disable building of modulesRichard Levitte
2019-04-02Build cleanup: don't use SHARED_SOURCE with modulesRichard Levitte
2019-04-01Restore the "heartbeats" configuration option among the deprecatedRichard Levitte
2019-04-01add documentationBoris Pismenny
2019-04-01apps: print Kernel receive side TLS in s_client and s_serverBoris Pismenny
2019-04-01sslapitest: add test ktls RxBoris Pismenny
2019-04-01ssl: Linux TLS Rx OffloadBoris Pismenny
2019-04-01bio: Linux TLS Rx OffloadBoris Pismenny
2019-04-01Linux ktls Rx infrastructureBoris Pismenny
2019-04-01Rework DSO API conditions and configuration optionRichard Levitte
2019-04-01Fixed typo in enc.c warningx753
2019-03-30fixed public range check in ec_GF2m_simple_oct2pointShane Lontis
2019-03-30Implement the param types that aren't explicitly lengthened (e.g. int) in termsPauli
2019-03-30issue-8493: Fix for filenames with newlines using openssl dgstPauli
2019-03-30Fix a memleak in apps/verifyPaul Yang
2019-03-30Add documents for SM2 cert verificationPaul Yang
2019-03-30Add test cases for SM2 cert verificationPaul Yang
2019-03-30trace: rename the default trace category from 'ANY' to 'ALL'Dr. Matthias St. Pierre
2019-03-30trace: apps/openssl: print the correct category nameDr. Matthias St. Pierre
2019-03-29trace: fix out-of-bound memory accessDr. Matthias St. Pierre
2019-03-29trace: don't pretend success if it's not enabledDr. Matthias St. Pierre
2019-03-29s390x assembly pack: import poly from cryptogams repoPatrick Steuer
2019-03-29Remove heartbeats completelyRichard Levitte
2019-03-29Windows, VMS: build fixesRichard Levitte
2019-03-29Correctly initialise PACKET to zero in the tests to avoid possible problemsPauli
2019-03-29Propery initialise struct sslapitest_log_counts to zero using memset.Pauli
2019-03-29Correctly zero the DISPLAY_COLUMNS structure.Pauli
2019-03-29Make the array zeroing explicit using memset.Pauli
2019-03-29It isn't necessary to initialise a struct stat before a stat(2) system call.Pauli
2019-03-29Ensure that the struct msghdr is properly zeroed.Pauli
2019-03-29openssl dgst: show MD name at all times - CHANGES entryRichard Levitte