aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-21Benchmark TLS AES-CBC ciphers in both directions.David Benjamin1-6/+21
2018-05-21Replace |alloca| in |BN_mod_exp_mont_consttime|.Brian Smith4-23/+47
2018-05-21Spell Falko Strenzke's name correctly.Adam Langley1-1/+1
2018-05-15Add a PKCS#12 fuzzer.David Benjamin8-111/+66
2018-05-15More compatibility stuff.David Benjamin8-2/+51
2018-05-15Extract friendly names attached to certificates.David Benjamin2-22/+124
2018-05-15Try both null and empty passwords when decoding PKCS#12.David Benjamin2-12/+227
2018-05-15Restore some revocation-related X.509 extensions.David Benjamin3-3/+70
2018-05-15Distinguish unrecognized SPKI/PKCS8 key types from syntax errors.David Benjamin1-4/+13
2018-05-15Rename |asm_AES_*| to |aes_nohw_*|.Adam Langley6-143/+140
2018-05-15Tweak RSA errors for compatibility.David Benjamin6-11/+17
2018-05-15Reject if the ALPN callback returned an empty protocol.David Benjamin5-1/+28
2018-05-15x509_test: Fix gcc-8 buildDaniel Hirche1-3/+3
2018-05-15The legacy client OCSP callback should run without server OCSP.David Benjamin2-3/+6
2018-05-15Return more placeholder version strings.David Benjamin2-4/+15
2018-05-15Support 3DES-CMAC.David Benjamin7-25/+9381
2018-05-15Add a driver for Wycheproof CMAC tests.David Benjamin4-0/+2138
2018-05-14Refresh TLS fuzzer corpora.David Benjamin287-0/+0
2018-05-14Revert "Revert "Revert "Revert "Make x86(-64) use the same aes_hw_* infrastru...Adam Langley7-391/+143
2018-05-14Add APIs to query authentication properties of SSL_SESSIONs.David Benjamin2-1/+48
2018-05-12Revert "Revert "Revert "Make x86(-64) use the same aes_hw_* infrastructure as...Adam Langley5-138/+386
2018-05-11Show an error before we abort the process for an entropy failure.Adam Langley1-3/+24
2018-05-11Implement legacy OCSP APIs for libssl.David Benjamin12-122/+381
2018-05-11Don't crash if asked to treat PBES2 as a PBES1 scheme.David Benjamin2-3/+41
2018-05-11Add a bunch of X509_STORE getters and setters.David Benjamin3-35/+211
2018-05-11Add PKCS12_create.David Benjamin8-6/+614
2018-05-11Add i2d_PKCS12*.David Benjamin2-0/+63
2018-05-11Treat PKCS#12 passwords as UTF-8.David Benjamin4-28/+133
2018-05-11Use new encoding functions in ASN1_mbstring_ncopy.David Benjamin6-223/+184
2018-05-11Enable ADX assembly.David Benjamin4-11/+4
2018-05-11Add new character encoding functions.David Benjamin4-0/+396
2018-05-11Revert "Revert "Make x86(-64) use the same aes_hw_* infrastructure as POWER a...Adam Langley5-386/+138
2018-05-11Revert "Make x86(-64) use the same aes_hw_* infrastructure as POWER and the A...Adam Langley5-136/+386
2018-05-11Const-correct some functions.David Benjamin4-7/+7
2018-05-11Make x86(-64) use the same aes_hw_* infrastructure as POWER and the ARMs.Adam Langley5-386/+136
2018-05-10Allow enabling all TLS 1.3 variants by setting |tls13_default|.Steven Valdez6-29/+69
2018-05-10Don't keep trying to read from stdin after EOF.David Benjamin1-0/+3
2018-05-10Refresh TLS fuzzer corpora.Matthew Braithwaite911-0/+0
2018-05-09Use the right alert for bad CA lists.David Benjamin1-1/+1
2018-05-08Expand the documentation of |SSL_set_shed_handshake_config|.Matthew Braithwaite1-3/+9
2018-05-08Add BIO versions of i2d_DHparams and d2i_DHparams.David Benjamin2-0/+12
2018-05-08Add some more accessors to SSL_SESSION.David Benjamin4-6/+76
2018-05-08Fix build with GCC 4.9.2 and -Wtype-limits.Adam Langley3-6/+18
2018-05-08Move some RSA keygen support code into separate files.David Benjamin5-372/+414
2018-05-08Add some more compatibility functions.David Benjamin11-12/+73
2018-05-08reformat third_party/wycheproof_testvectors/METADATAMartin Kreichgauer1-4/+6
2018-05-08Bump BORINGSSL_API_VERSION.David Benjamin1-1/+1
2018-05-08Fix include path.Adam Langley1-1/+2
2018-05-08Add a stub e_os2.h header.David Benjamin1-0/+18
2018-05-08Add some OpenSSL compatibility functions and hacks.David Benjamin8-0/+108