aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-22Fix resource filesRich Salz4-11/+26
2018-03-22include/openssl/rand.h: omit intermediate typedef.Andy Polyakov2-3/+0
2018-03-22openssl/rand.h: fix formatting.Andy Polyakov1-1/+0
2018-03-22Remove presumably temporary left-over file.Andy Polyakov1-5/+0
2018-03-22man3/OPENSSL_ia32cap.pod: update assembler version requirements.Andy Polyakov1-2/+2
2018-03-22curve448/field.h: relax alignment, as it doesn't work universally.Andy Polyakov1-1/+1
2018-03-22bio/bss_log.c: on DJGPP syslog facility is part of sockets library.Andy Polyakov1-0/+2
2018-03-22o_fopen.c: compensate for e_os.h omission.Andy Polyakov1-1/+4
2018-03-22Don't call strsignal, just print the signal number.Pauli1-4/+1
2018-03-21aes ctr_drbg: add cavs testsPatrick Steuer5-1/+170696
2018-03-21DRBG: Use the EVP layer to do AES encryptionKurt Roeckx2-67/+133
2018-03-21Unify s_client/s_server srtp profiles option handlingFdaSilvaYY3-11/+9
2018-03-21The default conv_form is uncompressedMatt Caswell1-2/+2
2018-03-21Fixes integer underflow with SSL_trace supportPhilippe Antoine1-1/+1
2018-03-21Document EC_POINT_get_affine_coordinates_*.David Benjamin2-6/+8
2018-03-21Cleanup the s_time command.Bernd Edlinger1-61/+21
2018-03-21Convert _meth_get_ functions to const gettersJack Bates15-90/+90
2018-03-21Don't wait for dry at the end of a handshakeMatt Caswell1-9/+0
2018-03-21Check for alerts while waiting for a dry eventMatt Caswell1-1/+19
2018-03-21Fix stack-use-after-scopePeter Wu1-1/+3
2018-03-21o_fopen.c,rand/randfile.c: compensate for e_os.h omission.Andy Polyakov2-7/+8
2018-03-20Add dladdr() for AIXMatthias Kraft5-7/+145
2018-03-20Do not cache sessions with zero sid_ctx_length when SSL_VERIFY_PEERBenjamin Kaduk1-0/+12
2018-03-21Remove mention of link between message digests and public key algorithms.Pauli2-10/+0
2018-03-21aix compat fixes for ocsp.cEric Covener1-2/+8
2018-03-20Make pkeyutl a bit more user-friendlyJohannes Bauer1-10/+25
2018-03-20Reduce the verbosity of test_storeMatt Caswell1-33/+38
2018-03-20Fix the OCSP responder modeMatt Caswell1-1/+1
2018-03-20Prepare for 1.1.1-pre4-devMatt Caswell2-3/+3
2018-03-20Prepare for 1.1.1-pre3 releaseOpenSSL_1_1_1-pre3Matt Caswell2-2/+2
2018-03-20Update copyright yearMatt Caswell117-117/+117
2018-03-20crypto/rand/rand_vms.c: include "internal/rand_int.h"Richard Levitte1-0/+1
2018-03-19Fix: drbgtest fails when tests are executed in random orderDr. Matthias St. Pierre1-1/+16
2018-03-19s_client, s_server: do generic SSL configuration first, specialization afterRichard Levitte2-9/+15
2018-03-19Fix no-sm3/no-sm2 (with strict-warnings)Todd Short1-0/+2
2018-03-19Fix no-sm3 (and no-sm2)Todd Short3-0/+11
2018-03-19Don't generate buildtest_*err.cRichard Levitte1-0/+2
2018-03-19Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto versionRichard Levitte13-58/+127
2018-03-19In TLSProxy::Proxy, specify TLSv1.3 as maximum allowable protocolRichard Levitte1-2/+2
2018-03-19Support "-min_protocol" and "-max_protocol" in s_server and s_clientRichard Levitte1-0/+5
2018-03-19Fix no-ecMatt Caswell1-1/+1
2018-03-19Fix no-sm2Matt Caswell5-31/+64
2018-03-19Fix no-posix-io compile failureMatt Caswell2-2/+3
2018-03-19Place ticket keys into secure memoryTodd Short5-25/+34
2018-03-19Fix no-pskMatt Caswell3-1/+15
2018-03-19Revise and cleanup; use strict,warningsRich Salz3-158/+131
2018-03-19Apply system_default configuration on SSL_CTX_new().Tomas Mraz9-8/+135
2018-03-19Add a multithread rand testKurt Roeckx1-0/+89
2018-03-19Don't use a ssl specific DRBG anymoreKurt Roeckx22-165/+35
2018-03-19Make the public and private DRBG thread localKurt Roeckx5-33/+76