1541 Commits (4cfa96bd2680d62c6b6224a530268135c8d7b4e3)
 

Author SHA1 Message Date
  Adam Langley 4cfa96bd26 Move compile-time asserts to the top-level. 9 years ago
  Adam Langley 614c66a2f8 Add infrastructure for better extension handling. 9 years ago
  Adam Langley be9eda4a88 Fix Renegotiate-Client-NoExt test. 9 years ago
  David Benjamin 705076ac91 Handle EINTR in open and dup calls in urandom.c. 9 years ago
  David Benjamin de24aadc5b Add RAND_set_urandom_fd. 9 years ago
  David Benjamin daeafc22c6 Move the session ticket functions to ssl.h. 9 years ago
  David Benjamin 6cacac033b Promote SSL_CTX_[gs]et_tlsext_ticket_keys to functions. 9 years ago
  David Benjamin cb3872f546 Sort the preprocessor compatibility section. 9 years ago
  David Benjamin bed63548d1 Increment the reference count of sessions inside the lock. 9 years ago
  David Benjamin d98452d2db Add a test for the ticket callback. 9 years ago
  David Benjamin 65ee9b7ce9 Remove EVP_PKEY_HMAC. 9 years ago
  Adam Langley a59347eb4c RAND_set_rand_method takes a const parameter. 9 years ago
  Matt Braithwaite 3e5e99d834 Dummy |RAND_set_rand_method|, |RAND_egd|, and |RAND_SSLeay|. 9 years ago
  Matt Braithwaite 50365f25ba Restore |DES_ede3_cfb_encrypt| and |DES_ede3_cfb64_encrypt| from OpenSSL at ce7e647b. 9 years ago
  Adam Langley b3cda6565a Fix signed/unsigned warnings for MSVC. 9 years ago
  Matt Braithwaite c0fe12cdf7 Restore |X509_REQ_print| and friends, from OpenSSL at ce7e647b. 9 years ago
  Adam Langley 248abbd71f Add missing comma in .type pragma for rdrand code. 9 years ago
  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