18 Commits (f01fb5dc0e9d2227a20fe33f7bf76c2160ecf9c9)

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