Kurt Roeckx
|
4cffafe967
Use the private RNG for data that is not public
|
7 years ago |
Kurt Roeckx
|
16cfc2c90d
Don't use a ssl specific DRBG anymore
|
6 years ago |
Tim Hudson
|
3b855b1f89
update SRP copyright notice
|
6 years ago |
Matt Caswell
|
a2c2e00050
Convert remaining functions in statem_clnt.c to use SSLfatal()
|
7 years ago |
Matt Caswell
|
f63a17d66d
Convert the state machine code to use SSLfatal()
|
7 years ago |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
7 years ago |
KaoruToda
|
208fb891e3
Since return is inconsistent, I removed unnecessary parentheses and
|
7 years ago |
Rich Salz
|
ae3947de09
Add a DRBG to each SSL object
|
7 years ago |
Diego Santa Cruz
|
135976b3dd
Use memset to clear SRP_CTX instead of NULL and zero assignments
|
7 years ago |
Diego Santa Cruz
|
e655f54941
Make SRP_CTX.info ownership and lifetime be the same as SRP_CTX.login.
|
7 years ago |
Emilia Kasper
|
a230b26e09
Indent ssl/
|
8 years ago |
Rich Salz
|
846e33c729
Copyright consolidation 01/10
|
8 years ago |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
9 years ago |
Rich Salz
|
7644a9aef8
Rename some BUF_xxx to OPENSSL_xxx
|
9 years ago |
Matt Caswell
|
d73ca3efa7
Remove an NULL ptr deref in an error path
|
9 years ago |
Dr. Stephen Henson
|
57b272b01a
Use single master secret generation function.
|
9 years ago |
Rich Salz
|
857048a7f3
Use #error in openssl/srp.h
|
9 years ago |
Rich Salz
|
75ebbd9aa4
Use p==NULL not !p (in if statements, mainly)
|
9 years ago |
Rich Salz
|
23a1d5e97c
free NULL cleanup 7
|
9 years ago |
Rich Salz
|
4b45c6e52b
free cleanup almost the finale
|
9 years ago |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 years ago |
Dr. Stephen Henson
|
0989790b87
Check SRP parameters early.
|
10 years ago |
Dr. Stephen Henson
|
f2fc30751e
PR: 1794
|
13 years ago |
Dr. Stephen Henson
|
ebba6c4895
PR: 1794
|
13 years ago |
Dr. Stephen Henson
|
b93e331ba4
Reorder headers to get definitions before they are used.
|
13 years ago |
Dr. Stephen Henson
|
d70fcb96ac
Fix warnings: signed/unisgned comparison, shadowing (in some cases global
|
13 years ago |
Ben Laurie
|
edc032b5e3
Add SRP support.
|
13 years ago |