1408 Révisions (5f387e38fc406d6e341248865df61dd9d957171f)
 

Auteur SHA1 Message Date
  David Benjamin 5f387e38fc Remove s->renegotiate check in SSL_clear. il y a 9 ans
  David Benjamin 20f6e97c7e Switch three more renegotiate checks to initial_handshake_complete. il y a 9 ans
  David Benjamin d23d5a5a8b Remove remnants of DTLS renegotiate. il y a 9 ans
  David Benjamin 9a41d1b946 Deprecate SSL_*_read_ahead and enforce DTLS packet boundaries. il y a 9 ans
  David Benjamin 76e48c51d0 Fix Windows mode. il y a 9 ans
  David Benjamin 3fa65f0f05 Fix some malloc test crashs. il y a 9 ans
  David Benjamin 0b635c52b2 Add malloc test support to unit tests. il y a 9 ans
  David Benjamin 3e3090dc50 Pass a dtls1_use_epoch enum down to dtls1_seal_record. il y a 9 ans
  David Benjamin 31a07798a5 Factor SSL_AEAD_CTX into a dedicated type. il y a 9 ans
  Matt Braithwaite 69d07d9cf4 Get version-related functions from crypto.h rather than ssl.h. il y a 9 ans
  David Benjamin b487df6fa9 Pull version, option, and mode APIs into their own sections. il y a 9 ans
  David Benjamin 7270cfc1ca Prune version constants. il y a 9 ans
  David Benjamin 7ef9fff53d Remove ssl_ok. il y a 9 ans
  David Benjamin afc9ecddb6 Unexport ssl_get_new_session and ssl_update_cache. il y a 9 ans
  David Benjamin 3b7456e031 Fix some documentation typos. il y a 9 ans
  David Benjamin b48042820a Also skip #elif lines. il y a 9 ans
  David Benjamin 6deacb3895 Parse macros in getNameFromDecl. il y a 9 ans
  David Benjamin 4831c3328c Document some core SSL_CTX and SSL methods. il y a 9 ans
  David Benjamin 4dab297953 Don't use struct names in ssl.h. il y a 9 ans
  David Benjamin 760b1ddcdb Tidy up state machine coverage tests. il y a 9 ans
  David Benjamin 3629c7b016 Add client peer-initiated renego to the state machine tests. il y a 9 ans
  David Benjamin cff0b90cbb Add client-side tests for renegotiation_info enforcement. il y a 9 ans
  Adam Langley 6bff1ca893 Specify argc and argv arguments to refcount_test:main. il y a 9 ans
  Adam Langley 12a4768f7d Try to fix MSVC and __STDC_VERSION__ again. il y a 9 ans
  Adam Langley cb56c2a137 Cast refcounts to _Atomic before use. il y a 9 ans
  Adam Langley 0d1d0d5c1f Try again to only test __STDC_VERSION__ when defined. il y a 9 ans
  Adam Langley 7b348dc1d8 Disable C11 atomics on OS X. il y a 9 ans
  Adam Langley 04edcc8b1b Tag the mutex functions with OPENSSL_EXPORT. il y a 9 ans
  Adam Langley 6e1f64568b Don't test __STDC_VERSION__ unless it's defined. il y a 9 ans
  Adam Langley 552df47dc0 Remove leftovers of the old-style locks. il y a 9 ans
  Adam Langley 6fb174e564 Remove last references to named locks. il y a 9 ans
  Adam Langley 4bdb6e43fa Remove remaining calls to the old lock functions. il y a 9 ans
  Adam Langley 03163f3a11 Remove |CRYPTO_add|. il y a 9 ans
  Adam Langley 0b5e3908cf Convert reference counts in ssl/ il y a 9 ans
  Adam Langley 0da323a8b8 Convert reference counts in crypto/ il y a 9 ans
  Adam Langley 6f2e733bab Add infrastructure for reference counts. il y a 9 ans
  Adam Langley daaff93464 Use C11 _Static_assert where available. il y a 9 ans
  Matt Braithwaite dc8c739a3b Implement |DES_ede2_cbc_encrypt|. il y a 9 ans
  Adam Langley a7997f12be Set minimum DH group size to 1024 bits. il y a 9 ans
  Adam Langley 4a7b70d055 Add LICENSE file. il y a 9 ans
  Adam Langley b3a262c9f1 Fix |SSLeay|. il y a 9 ans
  Adam Langley f0320d3c73 Fix use after free in X509. il y a 9 ans
  David Benjamin 3dacff94dc Always include x86_64-gcc.c in the standalone build. il y a 9 ans
  Adam Langley 966003273d Don't use x86_64-gcc.c with NO_ASM. il y a 9 ans
  David Benjamin 81091d55e1 Don't use uninitialized memory in RAND_bytes. il y a 9 ans
  Adam Langley d72e284271 Support arbitrary elliptic curve groups. il y a 9 ans
  David Benjamin a07c0fc8f2 Fix SSL_get_current_cipher. il y a 9 ans
  David Benjamin 4b27d9f8bd Never resume sessions on renegotiations. il y a 9 ans
  Shawn Willden 785e07b23d Copy ecdsa_meth in EC_KEY_copy. il y a 9 ans
  David Benjamin 08dc68d510 Define no-op options consistently. il y a 9 ans