1. 24 6月, 2015 2 次提交
    • D
      Tidy up ssl3_digest_cached_records logic. · 124037fd
      Dr. Stephen Henson 提交于
      Rewrite ssl3_digest_cached_records handling. Only digest cached records
      if digest array is NULL: this means it is safe to call
      ssl3_digest_cached_records multiple times (subsequent calls are no op).
      
      Remove flag TLS1_FLAGS_KEEP_HANDSHAKE instead only update handshake buffer
      if digest array is NULL.
      
      Add additional "keep" parameter to ssl3_digest_cached_records to indicate
      if the handshake buffer should be retained after digesting cached records
      (needed for TLS 1.2 client authentication).
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      124037fd
    • R
      More secure storage of key material. · 74924dcb
      Rich Salz 提交于
      Add secure heap for storage of private keys (when possible).
      Add BIO_s_secmem(), CBIGNUM, etc.
      Add BIO_CTX_secure_new so all BIGNUM's in the context are secure.
      Contributed by Akamai Technologies under the Corporate CLA.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      74924dcb
  2. 23 6月, 2015 8 次提交
  3. 22 6月, 2015 16 次提交
  4. 21 6月, 2015 2 次提交
  5. 20 6月, 2015 1 次提交
  6. 16 6月, 2015 3 次提交
  7. 15 6月, 2015 3 次提交
  8. 13 6月, 2015 1 次提交
  9. 12 6月, 2015 2 次提交
  10. 11 6月, 2015 2 次提交