summaryrefslogtreecommitdiffstats
path: root/crypto/sparcv9cap.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2019-01-16crypto/armcap.c, crypto/ppccap.c: stricter use of getauxval()Richard Levitte2-47/+49
2019-01-16crypto/uid.c: use own macro as guard rather than AT_SECURERichard Levitte1-1/+2
2019-01-15Don't get the mac type in TLSv1.3Matt Caswell1-3/+1
2019-01-15Add missing entries in ssl_mac_pkey_idMatt Caswell1-0/+2
2019-01-15Check more return values in the SRP codeMatt Caswell2-4/+19
2019-01-15Check a return value in the SRP codeMatt Caswell1-0/+2
2019-01-13Fix compilation with `-DREF_PRINT`Anna Henningsen3-3/+3
2019-01-08Don't artificially limit the size of the ClientHelloMatt Caswell1-7/+0
2019-01-08Fix compilation on sparcMatt Caswell2-2/+5
2019-01-08Fix CID 1434549: Unchecked return value in test/evp_test.cFdaSilvaYY3-30/+26
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni11-37/+142
2019-01-07Update generator copyright year.Viktor Dukhovni6-6/+6
2019-01-07Add a test for correct handling of the cryptopro bug extensionMatt Caswell6-25/+42
2019-01-07Don't complain if we receive the cryptopro extension in the ClientHelloMatt Caswell1-2/+4
2019-01-07doc/man1/x509.pod: fix typoDr. Matthias St. Pierre1-1/+1
2019-01-06Restore compatibility with GOST2001 implementations.Dmitry Belyavskiy1-1/+6
2019-01-06Fix no-sockMatt Caswell2-9/+6