325 Révisions (a0ef7b0a56a4f5e376dffa28f7808c011b312bc5)

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