summaryrefslogtreecommitdiffstats
path: root/test/P2ss.cnf (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-15Fix no-stdioMatt Caswell1-0/+2
2019-02-15Configure: make --strict-warnings a regular user provided compiler optionRichard Levitte1-20/+16
2019-02-14Fix -verify_return_error in s_clientMatt Caswell2-2/+3
2019-02-14Don't signal SSL_CB_HANDSHAKE_START for TLSv1.3 post-handshake messagesMatt Caswell6-61/+51
2019-02-14Ignore cipher suites when setting cipher listSam Roberts4-8/+105
2019-02-14Configure: stop forcing use of DEFINE macros in headersRichard Levitte1-0/+3
2019-02-14Sparse array iterators include index position.Pauli4-23/+129
2019-02-13Windows/Cygwin dlls need the executable bit setMichael Haubenwallner1-1/+1
2019-02-13test/build.info: add missing ../apps/includeRichard Levitte1-1/+1
2019-02-13Added new EVP/KDF API.David Makepeace40-809/+3211
2019-02-13Sparse array limit testing: reduce the range limit for the number of bitsPauli1-1/+1
2019-02-13Fix null pointer dereference in cms_RecipientInfo_kari_initDaniel DeFreez1-1/+4
2019-02-13Move libapps headers into their own directoryRichard Levitte8-116/+116
2019-02-13Fix master build.Pauli1-1/+1
2019-02-13Macro typo fix not propagatedPauli1-1/+1
2019-02-13Fix typo in commentPauli1-1/+1
2019-02-12To use BN_BITS2, we'd better include openssl/bn.hRichard Levitte1-0/+1
2019-02-12eng_devcrypto.c: close open session on initEneas U de Queiroz1-6/+20
2019-02-12CHANGES: add note about building devcrypto dynamicEneas U de Queiroz1-0/+3
2019-02-12e_devcrypto: make the /dev/crypto engine dynamicEneas U de Queiroz4-63/+121
2019-02-12AArch64 assembly pack: authenticate return addresses.Andy Polyakov8-1/+77
2019-02-12Add sparse array data type.Pauli8-3/+680
2019-02-11Rework build: small correction in unix-Makefile.tmplRichard Levitte1-1/+1
2019-02-11Rework build: add special cases for AIXRichard Levitte2-2/+28
2019-02-11apps/ocsp.c Use the same HAVE_FORK / NO_FORK as in speed.cRichard Levitte1-1/+15
2019-02-11test/recipes/02-err_errstr: skip errors that may not be loaded on WindowsRichard Levitte1-0/+37
2019-02-11Build: correct BASE shlib_version_as_filenameRichard Levitte1-2/+2
2019-02-11ENGINE modules aren't special, so call them MODULESRichard Levitte9-83/+90
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis46-876/+1402
2019-02-11Allow the syntax of the .include directive to optionally have '='Tomas Mraz5-2/+26
2019-02-11Fix comment typoPauli1-1/+1
2019-02-10Fix null pointer dereference in ssl_module_initDaniel DeFreez1-0/+2
2019-02-08Update d2i_PrivateKey documentationTodd Short1-7/+11
2019-02-08Fix d2i_PublicKey() for EC keysTodd Short1-1/+1
2019-02-08Address a bug in the DRBG tests where the reseeding wasn't properlyPauli1-3/+3
2019-02-07test/drbgtest.c: call OPENSSL_thread_stop() explicitlyRichard Levitte1-0/+10
2019-02-07Make OPENSSL_malloc_init() a no-opMatt Caswell2-11/+4
2019-02-07Add CHANGES entry for blake2macAntoine Salon1-0/+3
2019-02-06blake2: avoid writing to output buffer when using default digest lengthAntoine Salon2-10/+24
2019-02-06blake2: add evpmac test vectorsAntoine Salon2-4/+252
2019-02-06blake2: backport changes to blake2sAntoine Salon10-11/+264
2019-02-06blake2: add EVP_MAC man pageAntoine Salon2-7/+124
2019-02-06blake2: register MAC objectsAntoine Salon6-3/+26
2019-02-06blake2b: add EVP_MAC APIAntoine Salon7-1/+203
2019-02-06blake2b: add support for parameter setting and keyed hashAntoine Salon3-7/+70
2019-02-06blake2: add implementation support for variable digest lengthAntoine Salon3-9/+19
2019-02-05Remove unnecessary trailing whitespaceSam Roberts63-113/+113
2019-02-05crypto/poly1305/asm/poly1305-s390x.pl: add vx code path.Patrick Steuer1-164/+780
2019-02-05Make some simple getters take const SSL/SSL_CTXSam Roberts5-25/+25
2019-02-04Fix Invalid Argument return code from IP_Factory in connect_to_server().Matthias Kraft1-1/+1