index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
tls_srp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Update libssl to use the new library context aware SRP functions
Matt Caswell
2020-03-27
1
-12
/
+18
*
Replace BUF_ string function calls with OPENSSL_ ones
Rich Salz
2019-10-17
1
-2
/
+2
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Following the license change, modify the boilerplates in ssl/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Use the private RNG for data that is not public
Kurt Roeckx
2018-04-02
1
-2
/
+2
*
Don't use a ssl specific DRBG anymore
Kurt Roeckx
2018-03-19
1
-2
/
+2
*
update SRP copyright notice
Tim Hudson
2018-03-13
1
-1
/
+5
*
Convert remaining functions in statem_clnt.c to use SSLfatal()
Matt Caswell
2017-12-04
1
-18
/
+36
*
Convert the state machine code to use SSLfatal()
Matt Caswell
2017-12-04
1
-1
/
+5
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-1
/
+1
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
1
-4
/
+4
*
Add a DRBG to each SSL object
Rich Salz
2017-08-03
1
-2
/
+2
*
Use memset to clear SRP_CTX instead of NULL and zero assignments
Diego Santa Cruz
2017-06-08
1
-59
/
+7
*
Make SRP_CTX.info ownership and lifetime be the same as SRP_CTX.login.
Diego Santa Cruz
2017-06-08
1
-2
/
+15
*
Indent ssl/
Emilia Kasper
2016-08-18
1
-5
/
+3
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-55
/
+5
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-1
/
+1
*
Remove an NULL ptr deref in an error path
Matt Caswell
2015-11-17
1
-1
/
+2
*
Use single master secret generation function.
Dr. Stephen Henson
2015-06-29
1
-9
/
+4
*
Use #error in openssl/srp.h
Rich Salz
2015-05-15
1
-1
/
+1
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-14
/
+9
*
free NULL cleanup 7
Rich Salz
2015-05-01
1
-8
/
+4
*
free cleanup almost the finale
Rich Salz
2015-04-30
1
-14
/
+5
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-432
/
+441
*
Check SRP parameters early.
Dr. Stephen Henson
2014-08-06
1
-9
/
+34
*
PR: 1794
Dr. Stephen Henson
2011-12-14
1
-22
/
+1
*
PR: 1794
Dr. Stephen Henson
2011-11-25
1
-1
/
+1
*
Reorder headers to get definitions before they are used.
Dr. Stephen Henson
2011-04-11
1
-2
/
+4
*
Fix warnings: signed/unisgned comparison, shadowing (in some cases global
Dr. Stephen Henson
2011-03-12
1
-4
/
+4
*
Add SRP support.
Ben Laurie
2011-03-12
1
-0
/
+529