1624 Commits (a54cc0c55c46996caa75a6d508f1a56693581fbe)
 

Author SHA1 Message Date
  Matt Braithwaite 4cd4edfc34 Restore |ERR_print_errors()|. 9 years ago
  Matt Braithwaite 1cb49cd2ac Restore |RSA_generate_key()| from OpenSSL at b4f0d1a. 9 years ago
  Matt Braithwaite e17d45f069 Restore |BIO_f_base64| from OpenSSL at b4f0d1a, modulo style fixes. 9 years ago
  Adam Langley 9eaf07d460 Emit #if guards for ARM assembly files. 9 years ago
  Adam Langley 2cac3506fa Handle RDRAND failures. 9 years ago
  David Benjamin 50f54e2a5f AEADs don't go through ENGINE. 9 years ago
  Matt Braithwaite e65886a520 dsa_pub_encode: Write out DSA parameters (p, q, g) in addition to key. 9 years ago
  William Hesse c618c402a5 Give generated assembly files different names for arm and aarch64. 9 years ago
  Adam Langley bc94929290 bssl_shim: move large buffer to heap. 9 years ago
  Adam Langley 8de7aef05e Add a GCM test with non-standard nonce length. 9 years ago
  Adam Langley 5148c67e43 Suggest building at Android API level 16. 9 years ago
  Matt Braithwaite 7e8f2baeb7 Restore implementation of |NETSCAPE_SPKI_verify|. 9 years ago
  David Benjamin ba4594aee6 Don't put sessions from renegotiations in the cache. 9 years ago
  David Benjamin 91eab5c9df Move all the bssl_shim handshake checks to their own function. 9 years ago
  Adam Langley 288d8d5ada runner: prepend the resource directory for async-signing tests. 9 years ago
  Adam Langley 6b40394638 Revert "Restore ocsp.h, with (just) the CRLReason enum from RFC 2459." 9 years ago
  Matt Braithwaite d213885c04 Restore ocsp.h, with (just) the CRLReason enum from RFC 2459. 9 years ago
  Matt Braithwaite 979c87add8 pem_lib: make |cipher_by_name| recognize some more ciphers. 9 years ago
  David Benjamin 7244fa46f7 Expose ECDSA_SIG_max_len to size a DER ECDSA-Sig-Value. 9 years ago
  David Benjamin b4d65fda70 Implement asynchronous private key operations for client auth. 9 years ago
  David Benjamin 680ca961f9 Preserve session->sess_cert on ticket renewal. 9 years ago
  David Benjamin d65bb78c6c Add SSL_initial_handshake_complete. 9 years ago
  David Benjamin b0acb7743f Export pkcs1_prefixed_msg as RSA_add_pkcs1_prefix. 9 years ago
  David Benjamin d87021d246 Fix length checks in X509_cmp_time to avoid out-of-bounds reads. 9 years ago
  David Benjamin 184494dfcc Raise SIGTRAP rather than abort on failure. 9 years ago
  Adam Langley 7c803a65d5 Allow runner to run from anywhere. 9 years ago
  David Benjamin 11fc66a04c DTLS fragments may not be split across two records. 9 years ago
  David Benjamin 95d3182576 Duplicate SSL_SESSIONs when renewing them. 9 years ago
  David Benjamin fd67aa8c95 Add SSL_SESSION_from_bytes. 9 years ago
  Adam Langley cc7e11f2af Define OPENSSL_64_BIT for PowerPC chips. 9 years ago
  Adam Langley 9c164b26bf Output test configs for Bazel builds. 9 years ago
  Adam Langley 117da41b7f Move test configuration into a separate file. 9 years ago
  Adam Langley a89fac585f Rename tabtest.c and v3nametest.c 9 years ago
  Adam Langley 049ef415c5 Updates to the build-file generation script. 9 years ago
  David Benjamin 2b2b0f909d Set errno to ENOMEM when simulating a malloc failure. 9 years ago
  David Benjamin 1c703cb0c1 Check for BN_copy failures. 9 years ago
  Kenny Root 3a9e1fba0e Correct various documentation typos 9 years ago
  Adam Langley 2b23eaa478 Use the correct case for Windows headers. 9 years ago
  Adam Langley 85bc5601ee Add ECDHE-PSK-AES{128,256}-SHA cipher suites. 9 years ago
  Adam Langley 1feb42a2fb Drop ECDHE-PSK-AES-128-GCM. 9 years ago
  David Benjamin d1c1c8e0a1 Remove EVP_PKEY_missing_parameters in ssl3_check_certificate_for_cipher. 9 years ago
  David Benjamin 436bf82ee8 Prune ssl3_check_cert_and_algorithm. 9 years ago
  David Benjamin 8923c0bc53 Explicitly check for empty certificate list. 9 years ago
  David Benjamin 24f346d77b Limit the number of warning alerts silently consumed. 9 years ago
  David Benjamin f4958e7678 Slightly simplify ServerKeyExchange handling. 9 years ago
  David Benjamin b31040d0d8 Get rid of CERT_PKEY slots in SESS_CERT. 9 years ago
  David Benjamin c7a3a14872 Convert rsa_test to C++. 9 years ago
  Adam Langley 3d960e5ec1 Include base.h in tool/internal.h. 9 years ago
  David Benjamin a8ebe2261f Add tests for empty record limit and make it work in the async case. 9 years ago
  David Benjamin 58084affbe Make constants in bssl tool actually const. 9 years ago