index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
srp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code factorisation and simplification
FdaSilvaYY
2016-07-20
1
-19
/
+16
*
Free allocated password strings on exit
Matt Caswell
2016-06-01
1
-0
/
+2
*
Indent and dead code cleanup
FdaSilvaYY
2016-05-21
1
-2
/
+2
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Don't load same config file twice.
Dr. Stephen Henson
2016-05-16
1
-1
/
+1
*
Don't use an uninitialised variable in srp application
Matt Caswell
2016-04-29
1
-2
/
+1
*
Deprecate OBJ_cleanup() and make it a no-op
Matt Caswell
2016-04-13
1
-1
/
+0
*
Use NON_EMPTY_TRANSLATION_UNIT, consistently.
Rich Salz
2016-02-09
1
-18
/
+14
*
Fix quoting error in SRP printf
Andy Isaacson
2016-01-22
1
-1
/
+1
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-6
/
+6
*
Fix -srpvfile option in srp command line
Matt Caswell
2015-09-21
1
-12
/
+16
*
Restore module loading
Richard Levitte
2015-05-29
1
-0
/
+2
*
RT3876: Only load config when needed
Rich Salz
2015-05-28
1
-39
/
+8
*
Fix various OPENSSL_NO_* options
Matt Caswell
2015-05-22
1
-11
/
+10
*
Use #error in openssl/srp.h
Rich Salz
2015-05-15
1
-0
/
+6
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-11
/
+16
*
Use "==0" instead of "!strcmp" etc
Rich Salz
2015-05-06
1
-3
/
+3
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-1
/
+1
*
free NULL cleanup -- coda
Rich Salz
2015-05-01
1
-5
/
+2
*
free null cleanup finale
Rich Salz
2015-05-01
1
-25
/
+12
*
In apps, malloc or die
Rich Salz
2015-04-30
1
-18
/
+3
*
Fix bug, "what mode" test was wrong.
Rich Salz
2015-04-30
1
-1
/
+2
*
Remove needless bio_err argument
Rich Salz
2015-04-29
1
-27
/
+27
*
remove malloc casts
Rich Salz
2015-04-28
1
-2
/
+1
*
Remove EFENCE support.
Rich Salz
2015-04-25
1
-12
/
+0
*
fewer NO_ENGINE #ifdef's
Rich Salz
2015-04-25
1
-5
/
+2
*
Big apps cleanup (option-parsing, etc)
Rich Salz
2015-04-24
1
-252
/
+212
*
Code style: space after 'if'
Viktor Dukhovni
2015-04-16
1
-2
/
+2
*
Unchecked malloc fixes
Matt Caswell
2015-03-05
1
-0
/
+8
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-3
/
+4
*
apps/srp.c: make it indent-friendly.
Andy Polyakov
2015-01-22
1
-668
/
+665
*
misspellings fixes by https://github.com/vlajos/misspell_fixer
Veres Lajos
2013-09-05
1
-1
/
+1
*
Version skew reduction: trivia (I hope).
Ben Laurie
2012-06-03
1
-72
/
+67
*
Fix warnings: signed/unisgned comparison, shadowing (in some cases global
Dr. Stephen Henson
2011-03-12
1
-5
/
+5
*
Add SRP support.
Ben Laurie
2011-03-12
1
-0
/
+763