aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-16ARM assembly pack: make it Windows-friendly.Andy Polyakov16-73/+185
2019-02-16s390x assembly pack: fix formal interface bug in chacha modulePatrick Steuer1-1/+1
2019-02-16Add an OpenSSL library contextRichard Levitte12-3/+406
2019-02-16Add CRYPTO_alloc_ex_data()Richard Levitte5-16/+106
2019-02-15Add EC_GROUP_get0_fieldDavid Asraf5-1/+54
2019-02-15Mark generated functions unused (applies to safestack, lhash, sparse_array)Richard Levitte4-50/+58
2019-02-15Add option to disable Extended Master SecretTodd Short12-14/+411
2019-02-15Use order not degree to calculate a buffer size in ecdsatestMatt Caswell1-3/+3
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-11Fix 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