aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-27Remove stray -modulus option from the ec manual page.Tomas Mraz1-4/+0
2019-01-27Add "weak" declarations of symbols used in safestack.h and lhash.hMatthias Kraft2-2/+62
2019-01-25X509_STORE: fix two misspelled compatibility macrosDr. Matthias St. Pierre1-0/+4
2019-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias9-12/+84
2019-01-24Fix s_client so that it builds on WindowsMatt Caswell1-2/+4
2019-01-24Revert "Keep the DTLS timer running after the end of the handshake if appropr...Matt Caswell2-31/+0
2019-01-24Make sure we trigger retransmits in DTLS testingMatt Caswell4-14/+36
2019-01-22Build: change remaining $unified_info{install} checks to use attributesRichard Levitte5-39/+21
2019-01-22Rework build: Windows dependency building fixRichard Levitte1-0/+1
2019-01-22Build: pass attributes down to make rule generatorsRichard Levitte1-0/+5
2019-01-22Build: use attributes to indicate installed script classesRichard Levitte4-13/+40
2019-01-22Build: Change all _NO_INST to use attributes instead.Richard Levitte9-50/+106
2019-01-22Configure: add attributes to end product build.info variablesRichard Levitte1-70/+86