Sign in
flutter
/
third_party
/
openssl
/
5777254b7aa71ba14582912509c07ff9027a55eb
/
ssl
/
tls_srp.c
4cffafe
Use the private RNG for data that is not public
by Kurt Roeckx
· 7 years ago
16cfc2c
Don't use a ssl specific DRBG anymore
by Kurt Roeckx
· 7 years ago
3b855b1
update SRP copyright notice
by Tim Hudson
· 7 years ago
a2c2e00
Convert remaining functions in statem_clnt.c to use SSLfatal()
by Matt Caswell
· 7 years ago
f63a17d
Convert the state machine code to use SSLfatal()
by Matt Caswell
· 7 years ago
26a7d93
Remove parentheses of return.
by KaoruToda
· 7 years ago
208fb89
Since return is inconsistent, I removed unnecessary parentheses and
by KaoruToda
· 7 years ago
ae3947d
Add a DRBG to each SSL object
by Rich Salz
· 8 years ago
135976b
Use memset to clear SRP_CTX instead of NULL and zero assignments
by Diego Santa Cruz
· 8 years ago
e655f54
Make SRP_CTX.info ownership and lifetime be the same as SRP_CTX.login.
by Diego Santa Cruz
· 8 years ago
a230b26
Indent ssl/
by Emilia Kasper
· 9 years ago
846e33c
Copyright consolidation 01/10
by Rich Salz
· 9 years ago
3498076
Remove /* foo.c */ comments
by Rich Salz
· 9 years ago
7644a9a
Rename some BUF_xxx to OPENSSL_xxx
by Rich Salz
· 9 years ago
d73ca3e
Remove an NULL ptr deref in an error path
by Matt Caswell
· 9 years ago
57b272b
Use single master secret generation function.
by Dr. Stephen Henson
· 10 years ago
857048a
Use #error in openssl/srp.h
by Rich Salz
· 10 years ago
75ebbd9
Use p==NULL not !p (in if statements, mainly)
by Rich Salz
· 10 years ago
23a1d5e
free NULL cleanup 7
by Rich Salz
· 10 years ago
4b45c6e
free cleanup almost the finale
by Rich Salz
· 10 years ago
0f113f3
Run util/openssl-format-source -v -c .
by Matt Caswell
· 10 years ago
0989790
Check SRP parameters early.
by Dr. Stephen Henson
· 11 years ago
f2fc307
PR: 1794
by Dr. Stephen Henson
· 13 years ago
ebba6c4
PR: 1794
by Dr. Stephen Henson
· 13 years ago
b93e331
Reorder headers to get definitions before they are used.
by Dr. Stephen Henson
· 14 years ago
d70fcb9
Fix warnings: signed/unisgned comparison, shadowing (in some cases global
by Dr. Stephen Henson
· 14 years ago
edc032b
Add SRP support.
by Ben Laurie
· 14 years ago