3963 Commits (a507617e4da7874eff53a5661b689c56493ef102)
 

Author SHA1 Message Date
  Steven Valdez a507617e4d Adding server fuzzer for early data. 7 years ago
  Adam Langley 764ab9802e Support and test P-224 certificates. 7 years ago
  Steven Valdez a0ba400c33 Add cipher asserts for read/write app data. 7 years ago
  David Benjamin ccbb165d98 Tidy up ssl3_choose_cipher. 7 years ago
  David Benjamin 8c26d750e1 Test the behavior of running SSL_do_handshake twice in a row. 7 years ago
  David Benjamin 7a60ca095d Synchronize bsaes-armv7.pl with upstream. 7 years ago
  David Benjamin 0f5d7d3f04 Just allocate what's needed for SSL write buffers. 7 years ago
  David Benjamin 95321e15f2 Fix diff_asm.go. 7 years ago
  David Benjamin bbfe603519 Clean up end_of_early_data processing. 7 years ago
  David Benjamin fc2d78dd1e Document server 0-RTT behavior. 7 years ago
  Steven Valdez 681eb6ac2d Adding support for receiving early data on the server. 7 years ago
  David Benjamin 32c8927159 Add a test for missing end_of_early_data. 7 years ago
  David Benjamin 81a191dc4d Convert constant_time_test to GTest. 7 years ago
  David Benjamin 94cf5d030f Remove some unnecessary NULL checks. 7 years ago
  David Benjamin e000440982 Detach pkcs7.c from the OID table. 7 years ago
  Alessandro Ghedini ca307ab6a3 tool: show if early data was accepted 7 years ago
  David Benjamin 065d733c4b Test ticket age skew when resuming a resumed session. 7 years ago
  Steven Valdez 2a0707210a Prevent Channel ID and Custom Extensions on 0-RTT. 7 years ago
  Steven Valdez 246eeee61a Make RI on TLS 1.3 alert with ILLEGAL_PARAMETER. 7 years ago
  David Benjamin 794cc59e25 Send half-RTT tickets when negotiating 0-RTT. 7 years ago
  David Benjamin 02084ea398 Decouple PKCS8_encrypt and PKCS8_decrypt's core from crypto/asn1. 7 years ago
  David Benjamin 3cb12467cc Remove session_tickets_sent. 7 years ago
  David Benjamin 7ce10d5da7 Partially split out crypto/pkcs8's legacy ASN.1 dependencies. 7 years ago
  David Benjamin 4784b99bf3 Use set_{accept,connect}_state + do_handshake in bssl_shim. 7 years ago
  David Benjamin 7d2dbc3791 Add a comment around the set_{min,max}_version logic. 7 years ago
  David Benjamin e3843d41b9 Run all state machine coverage tests on implicit handshake. 7 years ago
  David Benjamin f466cdb5e0 size_t the RSA padding add functions. 7 years ago
  David Benjamin bbf4246546 Add a test that ALPN is rejected on renegotiation. 7 years ago
  David Benjamin 8cd7bbf514 Push password encoding back into pkcs12_key_gen. 7 years ago
  David Benjamin 3cb047e56c Decouple PKCS#12 hash lookup from the OID table. 7 years ago
  Steven Valdez 2d85062c4f Add Data-less Zero-RTT support. 7 years ago
  David Benjamin f35e8384a8 Fix parsing of PBKDF2 parameters. 7 years ago
  David Benjamin 7179e53ea6 Remove TODO. 7 years ago
  David Benjamin 1d4fa785bc Decouple PBE lookup from the OID table. 7 years ago
  David Benjamin cfb9d147bb Update pkcs8 error data. 7 years ago
  David Benjamin c90ed1901d Tidy up error-handling around computing the hash in PSS. 7 years ago
  David Benjamin 96e744c176 Decouple PKCS#5 cipher lookup from OID table. 7 years ago
  David Benjamin 9292632c8d Add some PSS test vectors with non-zero salt length. 7 years ago
  David Benjamin 5e2d0c929c Add some more RSA-PSS verification tests. 7 years ago
  Alessandro Ghedini 57e81e666a Name |select_certificate_cb| return values 7 years ago
  Matthew Braithwaite cedc6f1824 Remove DHE ciphersuites from TLS. 7 years ago
  David Benjamin d851842228 Reduce crypto/pkcs8 dependency on OID table. 7 years ago
  David Benjamin aea20c15c9 Fix potential memory leak in ASN1_TIME_to_generalizedtime() 7 years ago
  David Benjamin 5c12778948 Convert bio_test to GTest. 7 years ago
  David Benjamin 2d05568a7b Fix out-of-memory condition in conf. 7 years ago
  David Benjamin fd67f61bb4 Fix bounds check in RSA_verify_PKCS1_PSS_mgf1 when sLen is -2. 7 years ago
  David Benjamin 5916207dd3 Improve RSA-PSS test coverage around length bounds. 7 years ago
  David Benjamin 8c6467976c Remove BIGNUM and CBIGNUM crypto/asn1 types. 7 years ago
  David Benjamin eb3028847e Remove crypto/asn1 LONG and ZLONG. 7 years ago
  David Benjamin 2ddc461a3f Add additional RSA-PSS and RSA-OAEP tests. 7 years ago