Richard Levitte
|
7428b99b2d
Following the license change, modify the boilerplates in crypto/srp/
|
6 years ago |
Richard Levitte
|
fcd2d5a612
Refactor the computation of API version limits
|
6 years ago |
Antoine Salon
|
ebfd055b29
Making SRP_user_pwd functions public
|
6 years ago |
Antoine Salon
|
51f03f1227
Added SRP_VBASE_add0_user()
|
6 years ago |
Antoine Salon
|
495a1e5c3a
SRP module documentation
|
6 years ago |
Richard Levitte
|
3ccfcd8a85
Make ck_errf.pl ignore commented out error generation
|
6 years ago |
Matt Caswell
|
9f2a3bb19d
Fix a memory leak in an error path
|
6 years ago |
Matt Caswell
|
3fd5970035
Add support for the SRP base64 alphabet
|
6 years ago |
Matt Caswell
|
c080461448
Change SRP functions to use EVP_EncodeUpdate/EVP_DecodeUpdate functions
|
6 years ago |
Rich Salz
|
cdb10bae3f
Set error code on alloc failures
|
6 years ago |
Kurt Roeckx
|
4cffafe967
Use the private RNG for data that is not public
|
7 years ago |
Tim Hudson
|
3b855b1f89
update SRP copyright notice
|
6 years ago |
Rich Salz
|
3d3f21aa97
Remove custom base64 code.
|
7 years ago |
Richard Levitte
|
d88ab353d3
Correct some badly formated preprocessor lines
|
7 years ago |
Rich Salz
|
ecca16632a
Prevent OOB in SRP base64 code.
|
7 years ago |
Matt Caswell
|
73f0df8331
Add some sanity checks around usage of t_fromb64()
|
8 years ago |
Dr. Stephen Henson
|
d166ed8c11
check return values for EVP_Digest*() APIs
|
8 years ago |
Matt Caswell
|
98370c2dd7
constify SRP
|
8 years ago |
Rich Salz
|
aa6bb1352b
Copyright consolidation 05/10
|
8 years ago |
FdaSilvaYY
|
8483a003bf
various spelling fixes
|
8 years ago |
Rich Salz
|
e771eea6d8
Revert "various spelling fixes"
|
8 years ago |
FdaSilvaYY
|
620d540bd4
various spelling fixes
|
8 years ago |
Matt Caswell
|
1e45206fb9
Mark SRP_VBASE_get_by_user() as deprecated
|
8 years ago |
Emilia Kasper
|
380f18ed5f
CVE-2016-0798: avoid memory leak in SRP
|
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 |
Richard Levitte
|
bfb0641f93
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
|
9 years ago |
Richard Levitte
|
6e59a892db
Adjust all accesses to EVP_MD_CTX to use accessor functions.
|
9 years ago |
Matt Caswell
|
3bbd1d63e2
Fix a NULL deref in an error path
|
9 years ago |
Matt Caswell
|
bf95cde287
Fix SRP memory leaks
|
9 years ago |