Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(882)

Unified Diff: lib/ssl/sslimpl.h

Issue 279190043: Add simple tests for a few libssl internal interfaces.
Patch Set: Add simple tests for a few libssl internal interfaces. [v4] Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/ssl/ssl3con.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/ssl/sslimpl.h
diff --git a/lib/ssl/sslimpl.h b/lib/ssl/sslimpl.h
index 316e9ed9872cd100d0856d32c47554c4b31091ed..25f22a0f6551bf6bc7fcff0ef42bc9405d1a747b 100644
--- a/lib/ssl/sslimpl.h
+++ b/lib/ssl/sslimpl.h
@@ -1735,6 +1735,7 @@ extern SECStatus ssl3_CheckSignatureAndHashAlgorithmConsistency(
extern SECStatus ssl3_ConsumeSignatureAndHashAlgorithm(
sslSocket *ss, SSL3Opaque **b, PRUint32 *length,
SSLSignatureAndHashAlg *out);
+extern SECStatus ssl3_GetNewRandom(SSL3Random *random);
extern SECStatus ssl3_SignHashes(SSL3Hashes *hash, SECKEYPrivateKey *key,
SECItem *buf, PRBool isTLS);
extern SECStatus ssl3_VerifySignedHashes(SSL3Hashes *hash,
« no previous file with comments | « lib/ssl/ssl3con.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b