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
/
dsaparam.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
RT4227: Range-check in apps.
Rich Salz
2016-01-12
1
-1
/
+1
*
Remove more (rest?) of FIPS build stuff.
Rich Salz
2016-01-06
1
-10
/
+2
*
Continue standardisation of malloc handling in apps
Matt Caswell
2015-11-09
1
-2
/
+2
*
Centralise loading default apps config file
Matt Caswell
2015-10-12
1
-3
/
+0
*
Change the way apps open their input and output files
Richard Levitte
2015-09-06
1
-2
/
+2
*
Make the handling of output and input formats consistent
Richard Levitte
2015-09-06
1
-2
/
+2
*
RT2547: Tighten perms on generated privkey files
Rich Salz
2015-06-15
1
-5
/
+5
*
Standardize handling of #ifdef'd options.
Rich Salz
2015-06-02
1
-3
/
+3
*
Restore module loading
Richard Levitte
2015-05-29
1
-0
/
+3
*
Initialize potentially uninitialized local variables
Gunnar Kudrjavets
2015-05-06
1
-1
/
+1
*
free NULL cleanup 7
Rich Salz
2015-04-30
1
-2
/
+1
*
In apps, malloc or die
Rich Salz
2015-04-30
1
-10
/
+3
*
remove malloc casts
Rich Salz
2015-04-28
1
-1
/
+1
*
fewer NO_ENGINE #ifdef's
Rich Salz
2015-04-25
1
-7
/
+2
*
Big apps cleanup (option-parsing, etc)
Rich Salz
2015-04-24
1
-211
/
+118
*
free NULL cleanup
Rich Salz
2015-03-25
1
-4
/
+2
*
free NULL cleanup
Rich Salz
2015-03-24
1
-2
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-406
/
+386
*
RT3548: Remove unsupported platforms
Rich Salz
2015-01-12
1
-2
/
+2
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-1
/
+2
*
Remove redundant OPENSSL_NO_DEPRECATED suppression
Matt Caswell
2014-12-18
1
-5
/
+0
*
RT3543: Remove #ifdef LINT
Rich Salz
2014-12-10
1
-3
/
+0
*
Update apps for bn opaque change
Matt Caswell
2014-12-08
1
-5
/
+12
*
More fixes for DSA FIPS overrides.
Dr. Stephen Henson
2011-04-23
1
-1
/
+9
*
Make sure overrides work for RSA/DSA.
Dr. Stephen Henson
2011-04-23
1
-0
/
+6
*
Fix warnings.
Ben Laurie
2010-06-12
1
-7
/
+2
*
Update from 1.0.0-stable.
Dr. Stephen Henson
2009-04-26
1
-0
/
+6
*
make
Nils Larsch
2005-07-16
1
-0
/
+1
*
Add the possibility to build without the ENGINE framework.
Richard Levitte
2003-01-30
1
-0
/
+10
*
This stops a compiler warning from -Wmissing-prototypes.
Geoff Thorpe
2002-12-11
1
-1
/
+1
*
Nils Larsch submitted;
Geoff Thorpe
2002-12-08
1
-4
/
+1
*
Undefine OPENSSL_NO_DEPRECATED inside openssl application code if we are
Geoff Thorpe
2002-12-08
1
-5
/
+83
*
EXIT() may mean return(). That's confusing, so let's have it really mean
Richard Levitte
2002-12-03
1
-1
/
+1
*
fix usage (no 'key')
Bodo Möller
2002-04-23
1
-1
/
+1
*
Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.
Bodo Möller
2002-03-14
1
-0
/
+1
*
Config code updates.
Dr. Stephen Henson
2002-02-22
1
-0
/
+3
*
Reduce the header dependencies on engine.h in apps/.
Geoff Thorpe
2001-09-12
1
-1
/
+0
*
Use apps_shutdown() in all applications, in case someone decides not
Richard Levitte
2001-06-23
1
-0
/
+1
*
make apps compile again
Dr. Stephen Henson
2001-06-19
1
-1
/
+1
*
Provide an application-common setup function for engines and use it
Richard Levitte
2001-06-18
1
-17
/
+1
*
Use new-style system-id macros everywhere possible. I hope I haven't
Richard Levitte
2001-02-20
1
-1
/
+1
*
Make all configuration macros available for application by making
Richard Levitte
2001-02-19
1
-1
/
+1
*
Fix C code generate by 'openssl dsaparam -C'.
Bodo Möller
2001-01-10
1
-1
/
+1
*
Merge the engine branch into the main trunk. All conflicts resolved.
Richard Levitte
2000-10-26
1
-0
/
+27
*
On VMS, stdout may very well lead to a file that is written to in a
Richard Levitte
2000-09-20
1
-1
/
+9
*
Undo the changes I just made. I'm not sure what I was thinking of.
Richard Levitte
2000-06-28
1
-17
/
+3
*
Make it possible for users of the openssl applications to specify the
Richard Levitte
2000-06-28
1
-3
/
+17
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-01
1
-2
/
+2
*
Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...
Ralf S. Engelschall
2000-02-11
1
-0
/
+3
*
ispell (and minor modifications)
Ulf Möller
2000-02-03
1
-1
/
+1
[prev]
[next]