325 Commits (a0ef7b0a56a4f5e376dffa28f7808c011b312bc5)

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