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
/
crypto
/
crypto.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow for dynamic base in Win64 FIPS module.
appro
2011-09-14
1
-1
/
+3
*
Add symbols for the parameters on a couple more functions.
levitte
2011-06-23
1
-2
/
+2
*
Now the FIPS capable OpenSSL is available simplify the various FIPS test
steve
2011-06-22
1
-1
/
+1
*
Implement FIPS_mode and FIPS_mode_set
steve
2011-05-19
1
-0
/
+5
*
Add additional OPENSSL_init() handling add dummy call to (hopefully)
steve
2011-04-01
1
-2
/
+0
*
Provisional support for auto called OPENSSL_init() function. This can be
steve
2011-04-01
1
-0
/
+2
*
Experimental symbol renaming to avoid clashes with regular OpenSSL.
steve
2011-02-16
1
-0
/
+8
*
Move all FIPSAPI renames into fips.h header file, include early in
steve
2011-01-27
1
-0
/
+5
*
Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just refer
steve
2011-01-27
1
-4
/
+0
*
Move locking and thread ID functions into new files lock.c and thr_id.c,
steve
2011-01-27
1
-0
/
+4
*
OPENSSL_isservice is now defined on all platforms not just WIN32
steve
2010-01-26
1
-2
/
+0
*
export OPENSSL_isservice and make update
steve
2010-01-26
1
-0
/
+3
*
Addenum to commit#18074: Expand OPENSSL_ia32cap to 64 bits.
appro
2009-04-26
1
-2
/
+2
*
Revert the size_t modifications from HEAD that had led to more
geoff
2008-11-12
1
-19
/
+13
*
size_tification.
ben
2008-11-01
1
-13
/
+19
*
Add JPAKE.
ben
2008-10-26
1
-0
/
+2
*
Add missing lock definitions...
steve
2008-10-14
1
-1
/
+3
*
Remove the dual-callback scheme for numeric and pointer thread IDs,
geoff
2008-08-06
1
-3
/
+18
*
Revert my earlier CRYPTO_THREADID commit, I will commit a reworked
geoff
2008-07-03
1
-28
/
+3
*
More type-checking.
ben
2008-06-04
1
-1
/
+2
*
Change use of CRYPTO_THREADID so that we always use both the ulong and
bodo
2008-05-19
1
-1
/
+1
*
There was a need to support thread ID types that couldn't be reliably cast
geoff
2008-03-28
1
-3
/
+29
*
New functions CRYPTO_set_idptr_callback(),
bodo
2006-06-23
1
-1
/
+4
*
Eliminate "statement with no effect" warning when OPENSSL_assert macro
appro
2005-05-08
1
-1
/
+1
*
Replace overwritten lines before error codes.
steve
2005-04-12
1
-0
/
+3
*
Rebuild error codes.
steve
2005-04-12
1
-3
/
+0
*
OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer a
appro
2004-08-29
1
-0
/
+3
*
Reduce dependencies on crypto.h by moving the opaque definition of
geoff
2004-05-17
1
-12
/
+17
*
Setting the ex_data index is unsafe in a threaded environment, so
levitte
2003-10-06
1
-1
/
+2
*
Define the OPENSSL_ITEM structure.
levitte
2003-05-01
1
-1
/
+13
*
Make sure we get the definition of OPENSSL_NO_FP_API.
levitte
2003-03-20
1
-0
/
+2
*
new lock for EC_PRE_COMP structures
bodo
2003-02-12
1
-2
/
+3
*
Implement a stateful variant if the ZLIB compression method. The old
levitte
2002-12-08
1
-0
/
+1
*
Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>
levitte
2002-12-03
1
-3
/
+0
*
Add OPENSSL_cleanse() to help cleanse memory and avoid certain compiler
levitte
2002-11-27
1
-0
/
+2
*
WinCE patches
levitte
2002-11-15
1
-0
/
+3
*
Merge from 0.9.7-stable.
levitte
2002-11-13
1
-0
/
+4
*
Security fixes brought forward from 0.9.7.
ben
2002-11-13
1
-1
/
+4
*
clean up new code for NIST primes
bodo
2002-10-28
1
-1
/
+55
*
really fix race condition
bodo
2002-09-23
1
-25
/
+26
*
Add ECDH support.
bodo
2002-08-09
1
-1
/
+8
*
new locks
bodo
2002-02-13
1
-1
/
+4
*
Fix apps/openssl.c and ssl/ssltest.c so that they use
bodo
2001-09-10
1
-5
/
+8
*
Totally get rid of CRYPTO_LOCK_ERR_HASH.
bodo
2001-09-06
1
-3
/
+2
*
delete redundant ERR_load_CRYPTO_strings() prototype
bodo
2001-09-04
1
-1
/
+0
*
First step in fixing "ex_data" support. Warning: big commit log ...
geoff
2001-09-01
1
-8
/
+41
*
md_rand.c thread safety
bodo
2001-07-25
1
-13
/
+14
*
Add a general user interface API. This is designed to replace things
levitte
2001-05-06
1
-1
/
+2
*
One indirection level too little compared to the
levitte
2001-02-22
1
-1
/
+1
*
Make all configuration macros available for application by making
levitte
2001-02-19
1
-3
/
+3
[next]