1437 Commits (bd15a8e74894616ca8ad04fc2942b958f99000a1)
 

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