325 Commits (a0ef7b0a56a4f5e376dffa28f7808c011b312bc5)

Author SHA1 Message Date
  Joachim Bauch afd565ff9c Add defines for SRTP profiles using GCM ciphers from RFC 7714. 8 years ago
  David Benjamin 9f2e2770e1 Remove strength_bits. 9 years ago
  David Benjamin d6e9eec3f8 Remove algo_strength. 9 years ago
  David Benjamin dcb6ef0f0b Remove algorithm_ssl. 9 years ago
  David Benjamin d28f59c27b Switch the keylog BIO to a callback. 9 years ago
  Adam Langley b00061cea7 Add SSL_CIPHER_is_AES[128|256]CBC. 9 years ago
  David Benjamin 3a59611726 size_t SSL*_use_*_ASN1. 9 years ago
  David Benjamin cd24a39f1b Limit DHE groups to 4096-bit. 9 years ago
  David Benjamin 6e80765774 Add SSL_get_server_key_exchange_hash. 9 years ago
  David Benjamin c7817d8ce2 Add SSL_CIPHER_get_min_version and tidy up SSL_TLSV1_2 logic. 9 years ago
  David Benjamin ef793f4b6f Add various functions for SSL_CIPHER. 9 years ago
  Adam Langley 5f88999a1e Fix up several comments and detect problems in the future. 9 years ago
  Adam Langley c2d3280f0f Add SSL_get_ivs. 9 years ago
  David Benjamin a97b737fb0 Separate CCS and handshake writing in DTLS. 9 years ago
  Adam Langley 27a0d086f7 Add ssl_renegotiate_ignore. 9 years ago
  David Benjamin 13e81fc971 Fix DTLS asynchronous write handling. 9 years ago
  Torbjörn Granlund 069bedfe0c Fix documentation typo. 9 years ago
  Adam Langley bb85f3d655 Reorganise |SSL_SESSION| and |SSL| to save a little memory. 9 years ago
  David Benjamin e93ffa5da7 Clarify that SSL_get_peer_cert_chain returns the unverified chain. 9 years ago
  nagendra modadugu 3398dbf279 Add server-side support for asynchronous RSA decryption. 9 years ago
  David Benjamin 091c4b9869 Add an option to disable NPN on a per-SSL basis. 9 years ago
  David Benjamin 1269ddd377 Never use the internal session cache for a client. 9 years ago
  David Benjamin 0f653957c1 Add tests for the internal session cache behavior. 9 years ago
  David Benjamin dc2aea2231 Remove all the logic around custom session IDs and retrying on collisions. 9 years ago
  David Benjamin f91fa5cfc6 Documentation typo. 9 years ago
  David Benjamin 5ef619ef2a Hide some sections from the docs. 9 years ago
  David Benjamin 63006a913b Document the rest of ssl.h. 9 years ago
  David Benjamin 7a1eefd3cd Deprecate SSL_library_init. 9 years ago
  David Benjamin 5d8b128095 Document the (formerly) SSL_state wrapper macros. 9 years ago
  David Benjamin 449c3c7b7b Take some definitions out of the Android compatibility layer. 9 years ago
  David Benjamin 6e0c17aa3a Private (and deprecated) types. 9 years ago
  David Benjamin da86cccaf6 Deprecate all the string macros. 9 years ago
  David Benjamin 6d5ea9225d Private constants are private. 9 years ago
  David Benjamin 82170248e7 Document the info callback. 9 years ago
  David Benjamin 7227990ef1 More SSL_SESSION serialization functions. 9 years ago
  David Benjamin 066fe0a679 Document fd-based SSL APIs. 9 years ago
  David Benjamin cef1eb4c1c Put renego functions together. 9 years ago
  David Benjamin d5635d476c Fix ssl3.h / ssl.h circular dependency. 9 years ago
  David Benjamin 07e138425d Move remaining functions out of tls1.h. 9 years ago
  David Benjamin c2ae53db6d Document alert handling. 9 years ago
  David Benjamin b86847c24b Clean up ssl_stat.c slightly. 9 years ago
  David Benjamin 1a1b34d759 Deprecate SSL_get_(peer_)finished. 9 years ago
  David Benjamin 93d17499e9 Deprecate SSL_want*. 9 years ago
  David Benjamin 7f393f72a5 Unexport SSL_SESSION_ASN1_VERSION. 9 years ago
  David Benjamin 79a0589dc4 Ditch remaining filename comments from public headers and ssl/ 9 years ago
  David Benjamin d4c2bceaab Document early callback functions. 9 years ago
  David Benjamin cfdee213f8 Add use counters for SSL_OP_TLS_D5_BUG and SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER. 9 years ago
  David Benjamin c617413527 Remove SSL_SESSION_print*. 9 years ago
  David Benjamin b735b1b6e4 Document that SSL_CTX_sess_set_get_cb's id parameter should be const. 9 years ago
  David Benjamin f88b81aa75 Put OCSP and SCT accessors with SSL_get_peer_certificate. 9 years ago