aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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
2019-02-04Android build: fix usage of NDK home variable ($ndk_var)batist731-1/+2
2019-02-04Build: correct assembler generation in crypto/rc4/build.infoRichard Levitte1-2/+2
2019-02-01Add an entry to the CHANGES for the d2i_X509_PUBKEY fixBernd Edlinger1-0/+4
2019-02-01VMS: Clean away stray debugging prints from descrip.mms.tmplRichard Levitte1-5/+0
2019-02-01Fix end-point shared secret for DTLS/SCTPMichael Tuexen15-7/+330
2019-02-01poly1305/asm/poly1305-ppc.pl: add vector base 2^26 implementation.Andy Polyakov2-111/+1452
2019-02-01perlasm/ppc-xlate.pl: add VSX word load/store instructions.Andy Polyakov1-0/+2
2019-01-31Fix a crash in reuse of i2d_X509_PUBKEYBernd Edlinger2-0/+50
2019-01-31Fixed d2i_X509 in-place not re-hashing the ex_flagsBernd Edlinger2-0/+32
2019-01-31Fix a memory leak with di2_X509_CRL reuseBernd Edlinger2-0/+27
2019-01-31Better phrasing around 1.1.0Richard Levitte1-5/+5
2019-01-31Configure: clean away unused variables and double assignmentsRichard Levitte1-5/+0
2019-01-31Build: clean away RENAME and SHARED_NAMERichard Levitte1-4/+0
2019-01-31Build: remove EXTRARichard Levitte3-11/+2
2019-01-31Build: Remove BEGINRAW / ENDRAW / OVERRIDERichard Levitte11-133/+22
2019-01-31Build cleanup: Remove the VMS hack from test/build.infoRichard Levitte2-21/+27
2019-01-31VMS: force 'pinshared'Richard Levitte1-0/+2
2019-01-31Fix error message for s_server -psk optionweinholtendian1-1/+1
2019-01-30Reuse already defined macrosPetr Vorel1-7/+2
2019-01-30Document and add macros for additional DSA optionsDavid Benjamin4-7/+25
2019-01-30Complain if -twopass is used incorrectlyMatt Caswell2-1/+9
2019-01-30Fix no-dso buildsMatt Caswell1-0/+1
2019-01-29Don't leak memory from ERR_add_error_vdata()Matt Caswell1-3/+15
2019-01-29Android build: use ANDROID_NDK_HOME rather than ANDROID_NDKRichard Levitte2-14/+19
2019-01-27crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono30-478/+852
2019-01-27add an additional async notification communication method based on callbackPing Yu14-20/+369
2019-01-27clarify which functions are the CMS functions which must have CMS_PARTIAL setMichael Richardson1-1/+2
2019-01-27crypto/bn: fix return value in BN_generate_primeDavid Asraf1-1/+1
2019-01-27s_client: fix not to send a command letter of RShigeki Ohtsu1-3/+1