summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Build: correct BASE shlib_version_as_filenameRichard Levitte2019-02-111-2/+2
* ENGINE modules aren't special, so call them MODULESRichard Levitte2019-02-119-83/+90
* Updated test command line parsing to support commmon commandsShane Lontis2019-02-1146-876/+1402
* Allow the syntax of the .include directive to optionally have '='Tomas Mraz2019-02-115-2/+26
* Fix comment typoPauli2019-02-111-1/+1
* Fix null pointer dereference in ssl_module_initDaniel DeFreez2019-02-101-0/+2
* Update d2i_PrivateKey documentationTodd Short2019-02-081-7/+11
* Fix d2i_PublicKey() for EC keysTodd Short2019-02-081-1/+1
* Address a bug in the DRBG tests where the reseeding wasn't properlyPauli2019-02-081-3/+3
* test/drbgtest.c: call OPENSSL_thread_stop() explicitlyRichard Levitte2019-02-071-0/+10
* Make OPENSSL_malloc_init() a no-opMatt Caswell2019-02-072-11/+4
* Add CHANGES entry for blake2macAntoine Salon2019-02-071-0/+3
* blake2: avoid writing to output buffer when using default digest lengthAntoine Salon2019-02-062-10/+24
* blake2: add evpmac test vectorsAntoine Salon2019-02-062-4/+252
* blake2: backport changes to blake2sAntoine Salon2019-02-0610-11/+264
* blake2: add EVP_MAC man pageAntoine Salon2019-02-062-7/+124
* blake2: register MAC objectsAntoine Salon2019-02-066-3/+26
* blake2b: add EVP_MAC APIAntoine Salon2019-02-067-1/+203
* blake2b: add support for parameter setting and keyed hashAntoine Salon2019-02-063-7/+70
* blake2: add implementation support for variable digest lengthAntoine Salon2019-02-063-9/+19
* Remove unnecessary trailing whitespaceSam Roberts2019-02-0563-113/+113
* crypto/poly1305/asm/poly1305-s390x.pl: add vx code path.Patrick Steuer2019-02-051-164/+780
* Make some simple getters take const SSL/SSL_CTXSam Roberts2019-02-055-25/+25
* Fix Invalid Argument return code from IP_Factory in connect_to_server().Matthias Kraft2019-02-041-1/+1
* Android build: fix usage of NDK home variable ($ndk_var)batist732019-02-041-1/+2
* Build: correct assembler generation in crypto/rc4/build.infoRichard Levitte2019-02-041-2/+2
* Add an entry to the CHANGES for the d2i_X509_PUBKEY fixBernd Edlinger2019-02-011-0/+4
* VMS: Clean away stray debugging prints from descrip.mms.tmplRichard Levitte2019-02-011-5/+0
* Fix end-point shared secret for DTLS/SCTPMichael Tuexen2019-02-0115-7/+330
* poly1305/asm/poly1305-ppc.pl: add vector base 2^26 implementation.Andy Polyakov2019-02-012-111/+1452
* perlasm/ppc-xlate.pl: add VSX word load/store instructions.Andy Polyakov2019-02-011-0/+2
* Fix a crash in reuse of i2d_X509_PUBKEYBernd Edlinger2019-01-312-0/+50
* Fixed d2i_X509 in-place not re-hashing the ex_flagsBernd Edlinger2019-01-312-0/+32
* Fix a memory leak with di2_X509_CRL reuseBernd Edlinger2019-01-312-0/+27
* Better phrasing around 1.1.0Richard Levitte2019-01-311-5/+5
* Configure: clean away unused variables and double assignmentsRichard Levitte2019-01-311-5/+0
* Build: clean away RENAME and SHARED_NAMERichard Levitte2019-01-311-4/+0
* Build: remove EXTRARichard Levitte2019-01-313-11/+2
* Build: Remove BEGINRAW / ENDRAW / OVERRIDERichard Levitte2019-01-3111-133/+22
* Build cleanup: Remove the VMS hack from test/build.infoRichard Levitte2019-01-312-21/+27
* VMS: force 'pinshared'Richard Levitte2019-01-311-0/+2
* Fix error message for s_server -psk optionweinholtendian2019-01-311-1/+1
* Reuse already defined macrosPetr Vorel2019-01-301-7/+2
* Document and add macros for additional DSA optionsDavid Benjamin2019-01-304-7/+25
* Complain if -twopass is used incorrectlyMatt Caswell2019-01-302-1/+9
* Fix no-dso buildsMatt Caswell2019-01-301-0/+1
* Don't leak memory from ERR_add_error_vdata()Matt Caswell2019-01-291-3/+15
* Android build: use ANDROID_NDK_HOME rather than ANDROID_NDKRichard Levitte2019-01-292-14/+19
* crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono2019-01-2730-478/+852
* add an additional async notification communication method based on callbackPing Yu2019-01-2714-20/+369