1913 次代码提交 (1269ddd3773f50dfc2c3c9e23a2249ded1415ba3)
 

作者 SHA1 备注 提交日期
  David Benjamin 1269ddd377 Never use the internal session cache for a client. 9 年前
  David Benjamin 415660b26b Tidy up SSL_CTX_add_session. 9 年前
  David Benjamin 0f653957c1 Add tests for the internal session cache behavior. 9 年前
  David Benjamin dc2aea2231 Remove all the logic around custom session IDs and retrying on collisions. 9 年前
  David Benjamin 60be027625 Style: fix some header guards 9 年前
  David Benjamin f91fa5cfc6 Documentation typo. 9 年前
  David Benjamin dfa9c4a074 Linkify pipe words. 9 年前
  David Benjamin 5ef619ef2a Hide some sections from the docs. 9 年前
  David Benjamin 63006a913b Document the rest of ssl.h. 9 年前
  David Benjamin 7a1eefd3cd Deprecate SSL_library_init. 9 年前
  David Benjamin 5d8b128095 Document the (formerly) SSL_state wrapper macros. 9 年前
  David Benjamin 449c3c7b7b Take some definitions out of the Android compatibility layer. 9 年前
  David Benjamin 6e0c17aa3a Private (and deprecated) types. 9 年前
  David Benjamin da86cccaf6 Deprecate all the string macros. 9 年前
  David Benjamin 6d5ea9225d Private constants are private. 9 年前
  David Benjamin 82170248e7 Document the info callback. 9 年前
  David Benjamin 1b92f64b71 Fix comment style in crypto/rand/rand.c. 9 年前
  David Benjamin 7227990ef1 More SSL_SESSION serialization functions. 9 年前
  David Benjamin 066fe0a679 Document fd-based SSL APIs. 9 年前
  David Benjamin cef1eb4c1c Put renego functions together. 9 年前
  David Benjamin d5635d476c Fix ssl3.h / ssl.h circular dependency. 9 年前
  David Benjamin 8370bfd6d1 Remove unhelpful warning about changing state numbers. 9 年前
  David Benjamin 9f6b5266d9 Fix typo. 9 年前
  David Benjamin 036152e6a5 Fix incorrect error-handling in BN_div_recp. 9 年前
  David Benjamin 0ea470fdb2 Fix self-signed handling. 9 年前
  David Benjamin dd6fed9704 Explicitly handle empty NewSessionTickets on the client. 9 年前
  David Benjamin 07e138425d Move remaining functions out of tls1.h. 9 年前
  Adam Langley 10a1a9d32e Update references to the padding draft. 9 年前
  Adam Langley 6a7cfbe06a Allow ARM capabilities to be set at compile time. 9 年前
  David Benjamin c2ae53db6d Document alert handling. 9 年前
  David Benjamin b86847c24b Clean up ssl_stat.c slightly. 9 年前
  David Benjamin 1a1b34d759 Deprecate SSL_get_(peer_)finished. 9 年前
  David Benjamin 93d17499e9 Deprecate SSL_want*. 9 年前
  David Benjamin 7f393f72a5 Unexport SSL_SESSION_ASN1_VERSION. 9 年前
  David Benjamin 79a0589dc4 Ditch remaining filename comments from public headers and ssl/ 9 年前
  David Benjamin d4c2bceaab Document early callback functions. 9 年前
  David Benjamin cfdee213f8 Add use counters for SSL_OP_TLS_D5_BUG and SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER. 9 年前
  David Benjamin 96e97b1bf1 Convert ssl3_send_channel_id to CBB. 9 年前
  David Benjamin e97b96224c Convert ssl3_send_next_proto to CBB. 9 年前
  David Benjamin 5638046cd7 Convert ssl3_send_server_hello to CBB. 9 年前
  David Benjamin e8d53508ca Convert ssl3_send_client_hello to CBB. 9 年前
  Matt Braithwaite 978f16ea08 size_t RSA functions. 9 年前
  Eric Roman 63fa118f3a Reject iterations=0 when calling PKCS5_PBKDF2_HMAC(). 9 年前
  David Benjamin c617413527 Remove SSL_SESSION_print*. 9 年前
  Brian Smith e5ae760a96 Silence MSVC warning C4210. 9 年前
  David Benjamin b735b1b6e4 Document that SSL_CTX_sess_set_get_cb's id parameter should be const. 9 年前
  David Benjamin f88b81aa75 Put OCSP and SCT accessors with SSL_get_peer_certificate. 9 年前
  David Benjamin 8ac00cafbf Document DTLS-specific retransmit and MTU functions. 9 年前
  David Benjamin fd8e69f26d Better document the callbacks around client certificates. 9 年前
  David Benjamin 9f85949baf Document a few more miscellaneous things. 9 年前