1624 Commits (a54cc0c55c46996caa75a6d508f1a56693581fbe)
 

Author SHA1 Message Date
  David Benjamin 4462809623 Remove SSL_CTX_select_current_cert. 9 years ago
  David Benjamin d1d8078025 Fold away certificate slots mechanism. 9 years ago
  David Benjamin 570364800c Remove SSL_CTX_get_extra_chain_certs_only. 9 years ago
  David Benjamin bb20f52383 Merge the RSA_ENC and RSA_SIGN certificate slots. 9 years ago
  David Benjamin 0fc431a0d7 Prune NIDs from TLS_SIGALGS. 9 years ago
  David Benjamin ba16a1e405 Remove SSL_get_(shared_)sigalgs. 9 years ago
  David Benjamin a31c5bf2cc Make pem_str const-correct. 9 years ago
  David Benjamin 42ae3adcf6 Remove info field on EVP_PKEY_ASN1_METHOD. 9 years ago
  David Benjamin 1504304147 Remove dead SRP SSL_CTRL values. 9 years ago
  David Benjamin 7d97fd3a91 Remove SSL_get_server_tmp_key. 9 years ago
  David Benjamin 396a441421 ssl3_cert_verify_hash should take the EVP_PKEY type. 9 years ago
  David Benjamin 67dc83851b Fix ssl3_send_client_certificate state machine. 9 years ago
  David Benjamin b9c579db6d Add crypto/bytestring-based BIGNUM DER functions. 9 years ago
  Khem Raj 241364c6f4 Demand for newer POSIX macro 9 years ago
  David Benjamin dfa4069a16 Fix MSVC build some more. 9 years ago
  David Benjamin 3e536334be Fix Windows build. 9 years ago
  Matt Braithwaite 6a1275b627 typedef |COMP_METHOD| to void, for compatibility. 9 years ago
  David Benjamin fd5603666c Call ERR_clear_error after functions that are expected to fail. 9 years ago
  Håvard Molland 047d6f0f4d Remove ssl2.h and ssl23.h. 9 years ago
  David Benjamin cce5a98efb Remove EVP_PKEY_dup. 9 years ago
  David Benjamin 76e9a2ab97 Add tests for low-level AES functions. 9 years ago
  David Benjamin f078639d5a Test both streaming and single-shot EVP_CIPHER operations. 9 years ago
  David Benjamin deedad1238 Fix documentation typo. 9 years ago
  David Benjamin a8653208ec Add CBB_zero to set a CBB to the zero state. 9 years ago
  David Benjamin d63307199a Re-wrap kOAEPCipherText from rsa_test. 9 years ago
  David Benjamin cb41d77029 Fix kTwoPrimeKey and kSixPrimeKey samples in rsa_test. 9 years ago
  David Benjamin d13a5e15d4 Fix crypto/bytestring test for too long lengths. 9 years ago
  David Benjamin 961ad6ad2c Sign channel IDs with ECDSA_do_sign. 9 years ago
  David Benjamin 1db476e7a5 Include openssl/chacha.h rather than duplicate the prototype. 9 years ago
  David Benjamin 7e5f5944c8 Document i2d_PublicKey better. 9 years ago
  David Benjamin 507b819304 Use typedef names in evp.h. 9 years ago
  David Benjamin e3aa1d9dd4 Cleanup ticket processing and session lookup. 9 years ago
  Adam Langley 5021b223d8 Convert the renegotiation extension to the new system. 9 years ago
  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