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
/
crypto
/
crypto.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
As response to a user request to be able to use external memory
Richard Levitte
2001-01-10
1
-0
/
+10
*
Get rid of the function pointer casting in the debugging memory code due
Geoff Thorpe
2001-01-09
1
-1
/
+2
*
Constification of CRYPTO_get_ex_data() needed for the sake of
Richard Levitte
2000-11-06
1
-1
/
+1
*
Merge the engine branch into the main trunk. All conflicts resolved.
Richard Levitte
2000-10-26
1
-1
/
+2
*
It's not just VMS that needs some symbols to be hacked. Let's
Richard Levitte
2000-09-07
1
-10
/
+3
*
Remove casts that are no longer needed.
Richard Levitte
2000-08-01
1
-5
/
+5
*
Add the missing callback pointer handling functions.
Richard Levitte
2000-06-19
1
-8
/
+7
*
Redo the support for dynamic locks. First of all, it was terribly
Richard Levitte
2000-06-19
1
-6
/
+13
*
Add support for dynamically created and destroyed mutexes. This will
Richard Levitte
2000-06-18
1
-0
/
+19
*
Safe stack reorganisation in terms of function casts.
Dr. Stephen Henson
2000-06-16
1
-31
/
+0
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-01
1
-7
/
+8
*
"make update" + stripping the type-specific stack functions out of
Geoff Thorpe
2000-06-01
1
-0
/
+31
*
is needed.
Ulf Möller
2000-06-01
1
-0
/
+2
*
#include <stdlib.h> is not needed.
Ulf Möller
2000-05-31
1
-2
/
+0
*
Move Windows seeding functions into a separate file.
Bodo Möller
2000-05-31
1
-1
/
+0
*
prototype.
Ulf Möller
2000-05-15
1
-1
/
+1
*
In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,
Richard Levitte
2000-05-02
1
-6
/
+14
*
This commit ties the new DSO code (crypto/dso/) into the build for a
Geoff Thorpe
2000-04-04
1
-1
/
+2
*
Since a stack with quite long name is declared here, vms_idhacks.h is
Richard Levitte
2000-02-26
1
-1
/
+6
*
Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...
Ralf S. Engelschall
2000-02-11
1
-3
/
+3
*
Source code cleanups: Use void * rather than char * in lhash,
Ulf Möller
2000-01-30
1
-4
/
+4
*
Tidy up CRYPTO_EX_DATA structures.
Dr. Stephen Henson
2000-01-23
1
-19
/
+26
*
add V_CRYPTO_MDEBUG_ALL
Bodo Möller
2000-01-07
1
-0
/
+2
*
Add support for MS "fast SGC".
Dr. Stephen Henson
2000-01-02
1
-3
/
+4
*
Rename
Bodo Möller
1999-12-18
1
-4
/
+4
*
fix typos and other little errors ...
Bodo Möller
1999-12-18
1
-2
/
+2
*
- Don't assume that int and size_t have the same representation
Bodo Möller
1999-12-18
1
-31
/
+37
*
- Added more documentation in CHANGES.
Richard Levitte
1999-12-18
1
-7
/
+2
*
- Made sure some changed behavior is documented in CHANGES.
Richard Levitte
1999-12-18
1
-26
/
+11
*
Rebuild of the OpenSSL memory allocation and deallocation routines.
Richard Levitte
1999-12-17
1
-37
/
+69
*
Two changes have been made:
Richard Levitte
1999-11-12
1
-1
/
+5
*
Initial support for DH_METHOD. Also added a DH lock. A few changes made to
Dr. Stephen Henson
1999-08-23
1
-1
/
+2
*
New compile time option -DCRYPTO_MDEBUG_THREAD.
Bodo Möller
1999-07-19
1
-1
/
+10
*
Have CRYPTO_MDEBUG_TIME automatically set CRYPTO_MDEBUG,
Bodo Möller
1999-07-19
1
-0
/
+6
*
New function CRYPTO_num_locks.
Bodo Möller
1999-06-18
1
-0
/
+2
*
Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).
Ulf Möller
1999-06-04
1
-0
/
+4
*
Various bugfixes: Uses locking for some more of the stuff that is not
Bodo Möller
1999-05-14
1
-3
/
+5
*
New structure type SESS_CERT used instead of CERT inside SSL_SESSION.
Bodo Möller
1999-05-13
1
-7
/
+8
*
VMS support.
Ulf Möller
1999-05-13
1
-1
/
+1
*
Remove NOPROTO definitions and error code comments.
Ulf Möller
1999-04-26
1
-50
/
+0
*
Various header consistency fixes.
Dr. Stephen Henson
1999-04-25
1
-0
/
+4
*
Fix header files so that any one can be included first.
Bodo Möller
1999-04-24
1
-0
/
+4
*
Complete rewrite of the error code generation script. It now runs as a single
Dr. Stephen Henson
1999-04-24
1
-1
/
+5
*
Change #include filenames from <foo.h> to <openssl.h>.
Bodo Möller
1999-04-23
1
-2
/
+2
*
Massive constification.
Ben Laurie
1999-04-17
1
-15
/
+16
*
Rid the world of more evil casts.
Ben Laurie
1999-04-10
1
-24
/
+24
[next]