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
/
CHANGES
Commit message (
Expand
)
Author
Age
Files
Lines
*
Print out GeneralizedTime and UTCTime in ASN1_STRING_print_ex().
Dr. Stephen Henson
2003-11-10
1
-0
/
+4
*
Put the first stage of my bignum debugging adventures into CVS. This code
Geoff Thorpe
2003-11-04
1
-0
/
+16
*
BN_CTX is opaque and the static initialiser BN_CTX_init() is not used
Geoff Thorpe
2003-10-29
1
-0
/
+6
*
Relax some over-zealous constification that gave some lhash-based code no
Geoff Thorpe
2003-10-29
1
-0
/
+11
*
For whatever reason (compiler or header bugs), at least one commonly-used
Geoff Thorpe
2003-10-29
1
-0
/
+9
*
Update any code that was using deprecated functions so that everything builds
Geoff Thorpe
2003-10-29
1
-1
/
+3
*
When OPENSSL_NO_DEPRECATED is defined, deprecated functions are (or should
Geoff Thorpe
2003-10-29
1
-0
/
+4
*
Add support for digested data PKCS#7 type.
Dr. Stephen Henson
2003-10-11
1
-3
/
+8
*
New function to initialize a PKCS7 structure of type other.
Dr. Stephen Henson
2003-10-10
1
-0
/
+7
*
Retrieve correct content to sign when the
Dr. Stephen Henson
2003-10-10
1
-0
/
+4
*
ASN1 parse fix and release file changes.
Dr. Stephen Henson
2003-09-30
1
-2
/
+34
*
Fix prime generation loop in crypto/bn/bn_prime.pl by making
Ralf S. Engelschall
2003-09-25
1
-0
/
+8
*
certain changes have to be listed twice in this file because OpenSSL
Bodo Möller
2003-09-04
1
-0
/
+5
*
New -ignore_err option in ocsp application to stop the server
Dr. Stephen Henson
2003-09-03
1
-0
/
+4
*
Only accept a client certificate if the server requests
Dr. Stephen Henson
2003-09-03
1
-0
/
+5
*
updates for draft-ietf-tls-ecc-03.txt
Bodo Möller
2003-07-22
1
-0
/
+8
*
add test for secp160r1
Bodo Möller
2003-07-22
1
-0
/
+4
*
tolerate extra data at end of client hello for SSL 3.0
Bodo Möller
2003-07-21
1
-0
/
+17
*
fix: 0.9.7 is based on 0.9.6h, not on 0.9.6k
Bodo Möller
2003-07-21
1
-2
/
+2
*
Document the last change.
Richard Levitte
2003-06-19
1
-1
/
+3
*
Prepare for changes in the 0.9.6 branch
Richard Levitte
2003-06-19
1
-1
/
+1
*
Prepare for changes in the 0.9.6 branch
Richard Levitte
2003-06-19
1
-0
/
+4
*
Add the possibility to have symbols loaded globally with DSO.
Richard Levitte
2003-06-11
1
-0
/
+3
*
Add functionality to set marks on the error stack and to pop all errors to th...
Richard Levitte
2003-06-11
1
-1
/
+5
*
Document the AES_cbc_encrypt() change
Richard Levitte
2003-06-10
1
-0
/
+4
*
Update CHANGES to reflect base64 fix added to 0.9.7
Dr. Stephen Henson
2003-06-03
1
-5
/
+7
*
Various S/MIME bug and compatibility fixes.
Dr. Stephen Henson
2003-06-01
1
-2
/
+12
*
Add STORE support in ENGINE.
Richard Levitte
2003-05-01
1
-0
/
+3
*
Define a STORE type. For documentation, read the entry in CHANGES,
Richard Levitte
2003-05-01
1
-0
/
+6
*
Define the OPENSSL_ITEM structure.
Richard Levitte
2003-05-01
1
-0
/
+5
*
Add BUF_strndup() and BUF_memdup(). Not currently used, but I've code
Richard Levitte
2003-04-29
1
-0
/
+6
*
Correct documentation. sk_find_ex() doesn't return a pointer, it
Richard Levitte
2003-04-29
1
-0
/
+7
*
Add an extended variant of OBJ_bsearch() that can be given a few
Richard Levitte
2003-04-29
1
-0
/
+15
*
include 'Changes between 0.9.6i and 0.9.6j'
Bodo Möller
2003-04-11
1
-0
/
+25
*
Implement self-signing in 'openssl ca'. This makes it easier to have
Richard Levitte
2003-04-03
1
-0
/
+7
*
Add functionality to help making self-signed certificate.
Richard Levitte
2003-04-03
1
-0
/
+5
*
Make it possible to have multiple active certificates with the same
Richard Levitte
2003-04-03
1
-0
/
+8
*
make RSA blinding thread-safe
Bodo Möller
2003-04-02
1
-2
/
+7
*
Multi valued AVA support.
Dr. Stephen Henson
2003-03-30
1
-0
/
+4
*
Support for name constraints.
Dr. Stephen Henson
2003-03-24
1
-0
/
+3
*
Support for policy constraints.
Dr. Stephen Henson
2003-03-21
1
-0
/
+3
*
make sure RSA blinding works when the PRNG is not properly seeded;
Bodo Möller
2003-03-20
1
-1
/
+12
*
Support for policyMappings
Dr. Stephen Henson
2003-03-20
1
-0
/
+3
*
countermeasure against new Klima-Pokorny-Rosa atack
Bodo Möller
2003-03-19
1
-0
/
+10
*
Fix a bone-head bug. This warrants a CHANGES entry because it could affect
Geoff Thorpe
2003-03-13
1
-0
/
+6
*
The default implementation of DSA_METHOD has an interdependence on the
Geoff Thorpe
2003-03-11
1
-0
/
+7
*
- new ECDH_compute_key interface (KDF is no longer a fixed built-in)
Bodo Möller
2003-02-28
1
-2
/
+0
*
Support for dirName from config files in GeneralName extensions.
Dr. Stephen Henson
2003-02-27
1
-0
/
+4
*
Fix indefinite length encoding so EOC correctly updates
Dr. Stephen Henson
2003-02-25
1
-1
/
+1
*
Add instructions for building the MinGW target in Cygwin, and
Ulf Möller
2003-02-22
1
-1
/
+3
[next]