1437 コミット (bd15a8e74894616ca8ad04fc2942b958f99000a1)
 

作成者 SHA1 メッセージ 日付
  David Benjamin bd15a8e748 Fix DTLS handling of multiple records in a packet. 9年前
  David Benjamin 15eaafb18a Fix bn_test's bc output and shut it up a little. 9年前
  David Benjamin efd8eb3226 Tidy up overflows in obj_cmp. 9年前
  Adam Langley 05ead68a0f Readd CRYPTO_{LOCK|UNLOCK|READ|WRITE}. 9年前
  Adam Langley 71106adf89 Add |BIO_read_asn1| to read a single ASN.1 object. 9年前
  David Benjamin eb930b8703 Fix signed/unsigned warning in bn_test.cc. 9年前
  David Benjamin b3a7b51f18 Fix off-by-one in BN_rand 9年前
  David Benjamin 074cc04022 Reject negative shifts for BN_rshift and BN_lshift. 9年前
  David Benjamin 75fb74ae96 aes/asm/bsaes-armv7.pl: fix compilation with Xcode 6.3. 9年前
  David Benjamin ff81e10313 Add OPENSSL_PUT_ERROR line to X509V3_parse_list. 9年前
  David Benjamin 1590811111 Fix typo in valid_star. 9年前
  David Benjamin e76ccae68b Release handshake buffer when sending no certificate. 9年前
  David Benjamin 5f04b6521d Release the handshake buffer on the client for abbreviated handshakes. 9年前
  David Benjamin 5c1ce2925d Decide whether or not to request client certificates early. 9年前
  David Benjamin 4b30b28def Remove server-side renego session resumption check. 9年前
  David Benjamin 5aea93e604 Deprecate and no-op SSL_VERIFY_CLIENT_ONCE. 9年前
  David Benjamin 34a1635b3f Remove fake RLE compression OID. 9年前
  David Benjamin 9c0918fc3f Fix typo in objects.txt 9年前
  David Benjamin 91af02a9db Add some comments and tweak assertions for cbc.c. 9年前
  David Benjamin 74d8bc2503 Don't make SSL_MODE_*HELLO_TIME configurable. 9年前
  David Benjamin 7b5aff4812 Have consumers supply OPENSSL_C11_ATOMIC. 9年前
  David Benjamin ac63748997 Revert "tool: we don't need -lrt." 9年前
  Matt Braithwaite 444dce4934 Do-nothing fns |OpenSSL_add_all_ciphers| and |OpenSSL_add_all_digests|. 9年前
  David Benjamin ece089c3a3 Deprecate and no-op SSL_set_state. 9年前
  David Benjamin be05c63bf8 Remove compatibility s->version checks. 9年前
  David Benjamin 8ec88108d4 Remove SSL_in_before and SSL_ST_BEFORE. 9年前
  David Benjamin cd90f3a241 Remove renegotiation deferral logic. 9年前
  David Benjamin 44d3eed2bb Forbid caller-initiated renegotiations and all renego as a servers. 9年前
  Adam Langley 3d59e04bce Fix test used for not-in-place CBC mode. 9年前
  David Benjamin 5f387e38fc Remove s->renegotiate check in SSL_clear. 9年前
  David Benjamin 20f6e97c7e Switch three more renegotiate checks to initial_handshake_complete. 9年前
  David Benjamin d23d5a5a8b Remove remnants of DTLS renegotiate. 9年前
  David Benjamin 9a41d1b946 Deprecate SSL_*_read_ahead and enforce DTLS packet boundaries. 9年前
  David Benjamin 76e48c51d0 Fix Windows mode. 9年前
  David Benjamin 3fa65f0f05 Fix some malloc test crashs. 9年前
  David Benjamin 0b635c52b2 Add malloc test support to unit tests. 9年前
  David Benjamin 3e3090dc50 Pass a dtls1_use_epoch enum down to dtls1_seal_record. 9年前
  David Benjamin 31a07798a5 Factor SSL_AEAD_CTX into a dedicated type. 9年前
  Matt Braithwaite 69d07d9cf4 Get version-related functions from crypto.h rather than ssl.h. 9年前
  David Benjamin b487df6fa9 Pull version, option, and mode APIs into their own sections. 9年前
  David Benjamin 7270cfc1ca Prune version constants. 9年前
  David Benjamin 7ef9fff53d Remove ssl_ok. 9年前
  David Benjamin afc9ecddb6 Unexport ssl_get_new_session and ssl_update_cache. 9年前
  David Benjamin 3b7456e031 Fix some documentation typos. 9年前
  David Benjamin b48042820a Also skip #elif lines. 9年前
  David Benjamin 6deacb3895 Parse macros in getNameFromDecl. 9年前
  David Benjamin 4831c3328c Document some core SSL_CTX and SSL methods. 9年前
  David Benjamin 4dab297953 Don't use struct names in ssl.h. 9年前
  David Benjamin 760b1ddcdb Tidy up state machine coverage tests. 9年前
  David Benjamin 3629c7b016 Add client peer-initiated renego to the state machine tests. 9年前