index
:
delta/openssl.git
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-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
OpenTLS
SSLeay
baserock/morph
master
origin
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
openssl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement FIPS_mode and FIPS_mode_set
steve
2011-05-19
1
-4
/
+1
*
Enter FIPS mode by calling FIPS_module_mode_set in openssl.c until
steve
2011-05-12
1
-1
/
+4
*
FIPS mode support for openssl utility: doesn't work properly yet due
steve
2011-04-04
1
-0
/
+16
*
For VMS, implement the possibility to choose 64-bit pointers with
levitte
2011-03-25
1
-29
/
+35
*
* apps/openssl.c: For VMS, take care of copying argv if needed much earlier,
levitte
2011-03-20
1
-28
/
+56
*
After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS
levitte
2011-03-19
1
-0
/
+26
*
Fix warnings about ignoring fgets return value
steve
2009-10-04
1
-1
/
+2
*
Allow use of algorithm and cipher names for dgsts and enc utilities instead
steve
2009-03-30
1
-0
/
+15
*
From branch OpenSSL_0_9_8-stable: Allow soft-loading engines.
bodo
2008-09-15
1
-3
/
+15
*
Avoid warnings with -pedantic, specifically:
steve
2008-07-04
1
-1
/
+1
*
Stop warning about extra ';' outside of function.
steve
2008-05-31
1
-2
/
+2
*
LHASH revamp. make depend.
ben
2008-05-26
1
-28
/
+24
*
New functions to enumerate digests and ciphers.
steve
2006-07-09
1
-0
/
+55
*
Camellia cipher, contributed by NTT
bodo
2006-06-09
1
-1
/
+9
*
Add an explicit load_config() call so any added algorithms are
steve
2006-04-04
1
-0
/
+4
*
New function to retrieve ASN1 info on public key algorithms. New command
steve
2006-04-04
1
-5
/
+48
*
some const fixes
nils
2005-04-05
1
-5
/
+6
*
fix out-of-bounds check in lock_dbg_cb (was too lose to detect all
bodo
2003-08-14
1
-1
/
+1
*
Add the possibility to build without the ENGINE framework.
levitte
2003-01-30
1
-0
/
+2
*
EXIT() may mean return(). That's confusing, so let's have it really mean
levitte
2002-12-03
1
-1
/
+1
*
allocate bio_err before memory debugging is enabled to avoid memory leaks
bodo
2002-11-18
1
-4
/
+4
*
Security fixes brought forward from 0.9.7.
ben
2002-11-13
1
-11
/
+7
*
Make sure that the 'config' variable is correctly defined and declared
levitte
2002-10-09
1
-1
/
+1
*
Reorder inclusion of header files:
jaenicke
2002-07-10
1
-1
/
+1
*
Allow longer program names (VMS allows up to 39 characters).
levitte
2002-04-06
1
-2
/
+2
*
Stop spurious "unable to load config info" errors in req
steve
2001-10-21
1
-1
/
+6
*
New functions SSL[_CTX]_set_msg_callback().
bodo
2001-10-20
1
-1
/
+1
*
Reduce the header dependencies on engine.h in apps/.
geoff
2001-09-12
1
-0
/
+1
*
Put all "common" initialisation in the apps_startup() and apps_shutdown()
geoff
2001-09-10
1
-9
/
+0
*
restore previous revision -- memory leak should be fixed in mem.c
bodo
2001-09-10
1
-2
/
+2
*
fix memory leak
bodo
2001-09-10
1
-2
/
+2
*
Fix apps/openssl.c and ssl/ssltest.c so that they use
bodo
2001-09-10
1
-2
/
+7
*
Modify apps to use NCONF code instead of old CONF code.
steve
2001-06-28
1
-4
/
+5
*
apps_startup() needs a corresponding apps_shutdown().
levitte
2001-06-23
1
-1
/
+2
*
Fix UI leak in apps.
steve
2001-06-23
1
-0
/
+1
*
Clean up ENGINE before exiting.
levitte
2001-04-26
1
-0
/
+2
*
Forcibly enable memory leak checking during "make test"
bodo
2001-03-11
1
-1
/
+7
*
Use new-style system-id macros everywhere possible. I hope I haven't
levitte
2001-02-20
1
-3
/
+3
*
Locking issues.
bodo
2000-12-15
1
-0
/
+126
*
Constification of the data of a hash table. This means the callback
levitte
2000-12-13
1
-4
/
+4
*
Next step in tidying up the LHASH code.
geoff
2000-12-08
1
-11
/
+17
*
Fix warnings.
ben
2000-12-03
1
-2
/
+2
*
Use the new LHASH macros to declare type-safe wrapper functions that can
geoff
2000-12-02
1
-2
/
+5
*
First step in tidying up the LHASH code. The callback prototypes (and
geoff
2000-12-01
1
-1
/
+3
*
Make all engines available in the openssl application.
levitte
2000-11-06
1
-0
/
+1
*
On VMS, stdout may very well lead to a file that is written to in a
levitte
2000-09-20
1
-2
/
+14
*
Make it so we can dynamically enable memory allocation debugging through the
levitte
2000-08-01
1
-0
/
+2
*
There have been a number of complaints from a number of sources that names
levitte
2000-06-01
1
-1
/
+1
*
Eliminate memory leaks in mem_dbg.c.
bodo
2000-03-18
1
-1
/
+1
*
e_os.h: don't do double work with status codes.
levitte
2000-03-18
1
-1
/
+1
[next]