18 Commits (f01fb5dc0e9d2227a20fe33f7bf76c2160ecf9c9)

Author SHA1 Message Date
  David Benjamin 51545ceac6 Remove a number of unnecessary stdio.h includes. 8 years ago
  Brian Smith 5ba06897be Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result. 8 years ago
  David Benjamin ef1b009344 Consider session if the client supports tickets but offered a session ID. 9 years ago
  David Benjamin 0d56f888c3 Switch s to ssl everywhere. 8 years ago
  David Benjamin 8a58933db0 Remove the CRYPTO_EX_new callback. 9 years ago
  David Benjamin 415660b26b Tidy up SSL_CTX_add_session. 9 years ago
  David Benjamin 0f653957c1 Add tests for the internal session cache behavior. 9 years ago
  David Benjamin dc2aea2231 Remove all the logic around custom session IDs and retrying on collisions. 9 years ago
  David Benjamin 82170248e7 Document the info callback. 9 years ago
  David Benjamin fd8e69f26d Better document the callbacks around client certificates. 9 years ago
  David Benjamin c7ce977fb9 Ignore all extensions but renegotiation_info in SSL 3.0. 9 years ago
  David Benjamin 20c0e90d11 Allow NULL inputs in SSL_SESSION_get_time. 9 years ago
  David Benjamin 9e4e01ee14 Align the SSL stack on #include style. 9 years ago
  David Benjamin dafbdd49c7 Document session cache functions. 9 years ago
  David Benjamin 14e2b5070b const-correct a few SSL_SESSION functions. 9 years ago
  David Benjamin abb6c1c191 Reorder ssl_session.c slightly to match the header. 9 years ago
  David Benjamin 190ab7f179 Move ex_data functions in ssl.h to a section. 9 years ago
  David Benjamin 8f3cc26812 Rename ssl_sess.c to ssl_session.c. 9 years ago
  David Benjamin a6b8cdfbe9 Document functions acting on an SSL_SESSION. 9 years ago
  David Benjamin 443a1f65e2 Toss file-related convenience bits of ssl/ into a corner. 9 years ago
  David Benjamin 26416e9dde Remove the last of SESS_CERT. 9 years ago
  Sigbjorn Vik 2b23d24c38 Make key exchange strength available. 9 years ago
  David Benjamin aa58513f40 Reserve ex_data index zero for app_data. 9 years ago
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9 years ago
  David Benjamin 3e536334be Fix Windows build. 9 years ago
  David Benjamin e3aa1d9dd4 Cleanup ticket processing and session lookup. 9 years ago
  David Benjamin bed63548d1 Increment the reference count of sessions inside the lock. 9 years ago
  Adam Langley 4bdb6e43fa Remove remaining calls to the old lock functions. 9 years ago
  Adam Langley 0b5e3908cf Convert reference counts in ssl/ 9 years ago
  David Benjamin 60da0cd7c6 Fix STACK_OF pointer style. 9 years ago
  David Benjamin 2755a3eda3 Remove unnecessary NULL checks, part 5. 9 years ago
  David Benjamin 4fcc2e2031 Make a few variable names saner. 9 years ago
  David Benjamin 9f33fc63c6 Remove hash table lookups from ex_data. 9 years ago
  David Benjamin 546f1a59ef Unexpose the generic ex_data functions. 9 years ago
  David Benjamin f0ae170021 Include-what-you-use ssl/internal.h. 9 years ago
  David Benjamin 2ee94aabf5 Rename ssl_locl.h to internal.h 9 years ago
  David Benjamin b6d0c6db5e Remove the stats block in SSL_CTX. 9 years ago
  David Benjamin b18f024816 Minor formatting tweaks. 9 years ago
  David Benjamin a54e2e85ee Remove server-side HelloVerifyRequest support. 9 years ago
  David Benjamin 23a8ca1f10 Implement SSL_get1_session with SSL_SESSION_up_ref. 9 years ago
  David Benjamin 3363984d0d Add SSL_SESSION_up_ref. 9 years ago
  Brian Smith efed2210e8 Enable more warnings & treat warnings as errors on Windows. 9 years ago
  David Benjamin aa3f6daa86 Tag a number of globals as const. 9 years ago
  Adam Langley a307dfd29f Add (void) to some macros to satisfy compiler. 9 years ago
  Adam Langley fcf25833bc Reformat the rest of ssl/. 9 years ago
  David Benjamin a6d81018f8 Consistently use RAND_bytes and check for failure. 9 years ago
  David Benjamin 7e23746dd4 Remove redundant SSL_ST_BEFORE-related checks. 10 years ago
  David Benjamin 0f1e64bf7f Remove method swap in SSL_set_session. 10 years ago
  David Benjamin d1681e614f Remove SSL_set_session_secret_cb (EAP-FAST) 10 years ago
  David Benjamin 5e4f6e9247 Remove some remnants of SSLv2. 10 years ago