summaryrefslogtreecommitdiffstats
path: root/NEWS (unfollow)
Commit message (Expand)AuthorFilesLines
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
2019-01-22Configure: teach the tokenizer to handle other separators than spacesRichard Levitte1-18/+29
2019-01-22Update NOTES.ANDROIDMatt Eaton1-1/+1
2019-01-21Rework building: Get rid of old %unified_info structuresRichard Levitte4-163/+14
2019-01-21Rework building: adapt some scriptsRichard Levitte3-37/+14
2019-01-21Rework building: Unix changes to handle extensions and product namesRichard Levitte10-247/+267
2019-01-21Rework building: VMS changes to handle extensions and product namesRichard Levitte6-112/+167
2019-01-21Rework building: Windows changes to handle extensions and product namesRichard Levitte6-105/+169
2019-01-21Rework building: initial changesRichard Levitte3-1/+125
2019-01-21Make ca command silently use default if .attr file does not existBernd Edlinger1-1/+1
2019-01-21PPC: Try out if mftb works before using itBernd Edlinger5-25/+167
2019-01-21update Copyright dateDavid von Oheimb1-1/+1
2019-01-21add 'L' after _OPENSSL_VERSION_PRE_RELEASE literals, fixes #8021David von Oheimb1-2/+2
2019-01-21Fix a memory leak in the mem bioCorey Minyard4-11/+85
2019-01-18Add missing EVP_MD documentationAntoine Salon2-18/+91
2019-01-18s_client: Add basic proxy authentication supportMarc2-5/+93
2019-01-16Reduce inputs before the RSAZ code.David Benjamin2-31/+58
2019-01-16apps/verify.c: Change an old comment to clarify what the callback doesRichard Levitte1-5/+8
2019-01-16crypto/bio/b_dump.c: change all char* to void*, and constifyRichard Levitte2-18/+20