517 Commits (31ac9aae51b8ce69afd318149d8fea27cd16955c)

Author SHA1 Message Date
  Matt Braithwaite 6a1275b627 typedef |COMP_METHOD| to void, for compatibility. 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 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 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 614c66a2f8 Add infrastructure for better extension handling. 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 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
  Matt Braithwaite c0fe12cdf7 Restore |X509_REQ_print| and friends, from OpenSSL at ce7e647b. 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
  David Benjamin 50f54e2a5f AEADs don't go through ENGINE. 9 years ago
  David Benjamin ba4594aee6 Don't put sessions from renegotiations in the cache. 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
  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 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
  David Benjamin 1c703cb0c1 Check for BN_copy failures. 9 years ago
  Kenny Root 3a9e1fba0e Correct various documentation typos 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 24f346d77b Limit the number of warning alerts silently consumed. 9 years ago
  David Benjamin a8ebe2261f Add tests for empty record limit and make it work in the async case. 9 years ago
  Adam Langley 521d4b805a Export |CBS_get_any_ber_asn1_element|. 9 years ago
  Adam Langley e3ed21058d Add #defines for ASN.1 NULL and GENERALIZEDTIME. 9 years ago
  Adam Langley 839b881c61 Multi-prime RSA support. 9 years ago
  Adam Langley af0e32cb84 Add SSL_get_tls_unique. 9 years ago
  Adam Langley cc1e3df75c Make CBS_get_any_asn1_element accept only DER. 9 years ago
  Adam Langley ba5934b77f Tighten up EMS resumption behaviour. 9 years ago
  Matt Braithwaite 9f8ef2da92 Add |EVP_get_digestbyname|. 9 years ago
  Matt Braithwaite b7326b0b43 Implement |PEM_def_callback| and call it where appropriate. 9 years ago
  David Benjamin e216288109 Unexport and prune EVP_MD_CTX flags. 9 years ago
  David Benjamin af8731f7a5 Remove HMAC_CTX_set_flags. 9 years ago