aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* clarify which functions are the CMS functions which must have CMS_PARTIAL setMichael Richardson2019-01-271-1/+2
* crypto/bn: fix return value in BN_generate_primeDavid Asraf2019-01-271-1/+1
* s_client: fix not to send a command letter of RShigeki Ohtsu2019-01-271-3/+1
* Remove stray -modulus option from the ec manual page.Tomas Mraz2019-01-271-4/+0
* Add "weak" declarations of symbols used in safestack.h and lhash.hMatthias Kraft2019-01-272-2/+62
* X509_STORE: fix two misspelled compatibility macrosDr. Matthias St. Pierre2019-01-251-0/+4
* Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias2019-01-249-12/+84
* Fix s_client so that it builds on WindowsMatt Caswell2019-01-241-2/+4
* Revert "Keep the DTLS timer running after the end of the handshake if appropr...Matt Caswell2019-01-242-31/+0
* Make sure we trigger retransmits in DTLS testingMatt Caswell2019-01-244-14/+36
* Build: change remaining $unified_info{install} checks to use attributesRichard Levitte2019-01-225-39/+21
* Rework build: Windows dependency building fixRichard Levitte2019-01-221-0/+1
* Build: pass attributes down to make rule generatorsRichard Levitte2019-01-221-0/+5
* Build: use attributes to indicate installed script classesRichard Levitte2019-01-224-13/+40
* Build: Change all _NO_INST to use attributes instead.Richard Levitte2019-01-229-50/+106
* Configure: add attributes to end product build.info variablesRichard Levitte2019-01-221-70/+86
* Configure: teach the tokenizer to handle other separators than spacesRichard Levitte2019-01-221-18/+29
* Update NOTES.ANDROIDMatt Eaton2019-01-211-1/+1
* Rework building: Get rid of old %unified_info structuresRichard Levitte2019-01-214-163/+14
* Rework building: adapt some scriptsRichard Levitte2019-01-213-37/+14
* Rework building: Unix changes to handle extensions and product namesRichard Levitte2019-01-2110-247/+267
* Rework building: VMS changes to handle extensions and product namesRichard Levitte2019-01-216-112/+167
* Rework building: Windows changes to handle extensions and product namesRichard Levitte2019-01-216-105/+169