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