ソースを参照

retain_only_sha256_of_client_certs is not part of OPENSSL_NO_BUF_FREELISTS

Change-Id: Icc848cdc62a74f6138ce17441b7dc4f0679cca81
Reviewed-on: https://boringssl-review.googlesource.com/1384
Reviewed-by: Adam Langley <agl@google.com>
kris/onging/CECPQ3_patch15
Alex Chernyakhovsky 10年前
committed by Adam Langley
コミット
a40c8625dd
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      include/openssl/ssl.h

+ 2
- 2
include/openssl/ssl.h ファイルの表示

@@ -1015,12 +1015,12 @@ struct ssl_ctx_st
unsigned int freelist_max_len;
struct ssl3_buf_freelist_st *wbuf_freelist;
struct ssl3_buf_freelist_st *rbuf_freelist;
#endif

/* retain_only_sha256_of_client_certs is true if we should compute the
* SHA256 hash of the peer's certifiate and then discard it to save
* memory and session space. Only effective on the server side. */
char retain_only_sha256_of_client_certs;
#endif


# ifndef OPENSSL_NO_NEXTPROTONEG
/* Next protocol negotiation information */


読み込み中…
キャンセル
保存