Sign in
flutter
/
third_party
/
openssl
/
eb1c48be6f27180fbb0622ea3ed26ea683f78869
/
CHANGES
eb1c48b
Add new type ossl_ssize_t instead of ssize_t and move definitions to
by Dr. Stephen Henson
· 15 years ago
223c59e
Fix WIN32 build system to correctly link ENGINE DLLs contained in a
by Dr. Stephen Henson
· 15 years ago
7bbd0de
Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(),
by Dr. Stephen Henson
· 15 years ago
f96ccf3
PR: 1830
by Dr. Stephen Henson
· 15 years ago
b9e7793
oops, revert wrong patch..
by Dr. Stephen Henson
· 15 years ago
d135da5
Fix warnings (From HEAD, original patch by Ben).
by Dr. Stephen Henson
· 15 years ago
3cbb15e
add CVE-2010-0742 and CVS-2010-1633 fixes
by Dr. Stephen Henson
· 15 years ago
3efe51a
Revert previous Linux-specific/centric commit#19629. If it really has to
by Andy Polyakov
· 15 years ago
0e3ef59
Non-executable stack in asm.
by Ben Laurie
· 15 years ago
1bf508c
new function to diff tm structures
by Dr. Stephen Henson
· 15 years ago
c0b8eb6
Add SHA2 algorithms to SSL_library_init(). Although these aren't used
by Dr. Stephen Henson
· 15 years ago
3e8b648
Fix for "Record of death" vulnerability CVE-2010-0740.
by Bodo Möller
· 15 years ago
be44944
update CHANGES
by Dr. Stephen Henson
· 15 years ago
4c623cd
add -sigopt option to ca utility
by Dr. Stephen Henson
· 15 years ago
fb75f34
This entry was in 0.9.8m changelog but missing from here, since it's
by Mark J. Cox
· 15 years ago
f26cf99
typo
by Dr. Stephen Henson
· 15 years ago
17c63d1
RSA PSS ASN1 signing method
by Dr. Stephen Henson
· 15 years ago
85522a0
Algorithm specific ASN1 signing functions.
by Dr. Stephen Henson
· 15 years ago
31904ec
RSA PSS verification support including certificates and certificate
by Dr. Stephen Henson
· 15 years ago
ff04bbe
Add PSS algorithm printing. This is an initial step towards full PSS support.
by Dr. Stephen Henson
· 15 years ago
fa1ba58
Add algorithm specific signature printing. An individual ASN1 method can
by Dr. Stephen Henson
· 15 years ago
cca1cd9
Submitted by: Tomas Hoger <thoger@redhat.com>
by Dr. Stephen Henson
· 15 years ago
0f77627
oops, use correct date
by Dr. Stephen Henson
· 15 years ago
db28aa8
add -trusted_first option and verify flag
by Dr. Stephen Henson
· 15 years ago
fbd2164
Experimental support for partial chain verification: if an intermediate
by Dr. Stephen Henson
· 15 years ago
a839755
Fix X509_STORE locking
by Bodo Möller
· 15 years ago
c2c4996
Allow renegotiation if SSL_OP_LEGACY_SERVER_CONNECT is set as well as
by Dr. Stephen Henson
· 15 years ago
47e0a1c
PR: 2100 Submitted by: James Baker <jbaker@tableausoftware.com> et al.
by Dr. Stephen Henson
· 15 years ago
f959598
update references to new RI RFC
by Dr. Stephen Henson
· 15 years ago
c8ef656
Make CMAC API similar to HMAC API. Add methods for CMAC.
by Dr. Stephen Henson
· 15 years ago
8c968e0
Initial experimental CMAC implementation.
by Dr. Stephen Henson
· 15 years ago
c2bf720
Add missing function EVP_CIPHER_CTX_copy(). Current code uses memcpy() to copy
by Dr. Stephen Henson
· 15 years ago
da454e4
typo
by Dr. Stephen Henson
· 15 years ago
08c2397
Experimental renegotiation support in s_server test -www server.
by Dr. Stephen Henson
· 15 years ago
4ba1aa3
typo
by Dr. Stephen Henson
· 15 years ago
d5e7f2f
PR: 1949 Submitted by: steve@openssl.org
by Dr. Stephen Henson
· 15 years ago
58c0da8
Typo
by Dr. Stephen Henson
· 15 years ago
ba64ae6
Tolerate PKCS#8 DSA format with negative private key.
by Dr. Stephen Henson
· 15 years ago
bd5f21a
Fix version handling so it can cope with a major version >3.
by Dr. Stephen Henson
· 15 years ago
1b31b5a
Modify compression code so it avoids using ex_data free functions. This
by Dr. Stephen Henson
· 15 years ago
0e0c682
PR: 2136 Submitted by: Willy Weisz <weisz@vcpc.univie.ac.at>
by Dr. Stephen Henson
· 15 years ago
76998a7
Updates to conform with draft-ietf-tls-renegotiation-03.txt:
by Dr. Stephen Henson
· 15 years ago
e6f418b
Compression handling on session resume was badly broken: it always
by Dr. Stephen Henson
· 15 years ago
5e63121
Include CHANGES entry for external cache
by Dr. Stephen Henson
· 15 years ago
7427379
Constify crypto/cast.
by Bodo Möller
· 15 years ago
ef51b4b
New option to enable/disable connection to unpatched servers
by Dr. Stephen Henson
· 15 years ago
7661cca
Add ctrls to clear options and mode.
by Dr. Stephen Henson
· 15 years ago
82e610e
Send no_renegotiation alert as required by spec.
by Dr. Stephen Henson
· 15 years ago
5430200
Add ctrl and macro so we can determine if peer support secure renegotiation.
by Dr. Stephen Henson
· 15 years ago
13f6d57
Add support for magic cipher suite value (MCSV). Make secure renegotiation
by Dr. Stephen Henson
· 15 years ago
637f374
Initial experimental TLSv1.1 support
by Dr. Stephen Henson
· 15 years ago
9d95302
Update CHANGES.
by Dr. Stephen Henson
· 15 years ago
d2a53c2
Experimental CMS password based recipient Info support.
by Dr. Stephen Henson
· 15 years ago
480af99
Make CHANGES in CVS head consistent with the CHANGES files in the branches.
by Bodo Möller
· 15 years ago
3d63b39
Split PBES2 into cipher and PBKDF2 versions. This tidies the code somewhat
by Dr. Stephen Henson
· 15 years ago
e0e7997
First cut of renegotiation extension. (port to HEAD)
by Dr. Stephen Henson
· 15 years ago
befbd06
update CHANGES
by Dr. Stephen Henson
· 15 years ago
245d2ee
Add option to allow in-band CRL loading in verify utility. Add function
by Dr. Stephen Henson
· 15 years ago
bb4060c
Move CHANGES entry to 0.9.8l section
by Dr. Stephen Henson
· 15 years ago
661dc14
Fix statless session resumption so it can coexist with SNI
by Dr. Stephen Henson
· 15 years ago
18e503f
PR: 2064, 728 Submitted by: steve@openssl.org
by Dr. Stephen Henson
· 16 years ago
b6dcdbf
Audit libcrypto for unchecked return values: fix all cases enountered
by Dr. Stephen Henson
· 16 years ago
acf20c7
Add attribute to check if return value of certain functions is incorrectly
by Dr. Stephen Henson
· 16 years ago
a25f33d
Submitted by: Julia Lawall <julia@diku.dk>
by Dr. Stephen Henson
· 16 years ago
0c28f27
Add new option --strict-warnings to Configure script. This is used to add
by Dr. Stephen Henson
· 16 years ago
1771668
Tidy up and fix verify callbacks to avoid structure dereference, use of
by Dr. Stephen Henson
· 16 years ago
6727565
PR: 2003
by Dr. Stephen Henson
· 16 years ago
d9d0f1b
Reject leading 0x80 in OID subidentifiers.
by Dr. Stephen Henson
· 16 years ago
0e4bc56
Document MD2 deprecation.
by Dr. Stephen Henson
· 16 years ago
9de014a
Update from 0.9.8-stable
by Dr. Stephen Henson
· 16 years ago
d2f6d28
Update from 0.9.8-stable.
by Dr. Stephen Henson
· 16 years ago
f3be6c7
Update from 1.0.0-stable.
by Dr. Stephen Henson
· 16 years ago
e30dd20
Update from 1.0.0-stable
by Dr. Stephen Henson
· 16 years ago
c05353c
Rename asc2uni and uni2asc functions to avoid clashes.
by Dr. Stephen Henson
· 16 years ago
31db43d
Update from 0.9.8-stable.
by Dr. Stephen Henson
· 16 years ago
d741cca
Oops, update CHANGES entry.
by Dr. Stephen Henson
· 16 years ago
d0b72cf
Add CHANGES entries from 0.9.8-stable.
by Dr. Stephen Henson
· 16 years ago
5f8f94a
Update from 1.0.0-stable.
by Dr. Stephen Henson
· 16 years ago
e5fa864
Updates from 1.0.0-stable.
by Dr. Stephen Henson
· 16 years ago
22c98d4
Update from 1.0.0-stable
by Dr. Stephen Henson
· 16 years ago
cc7399e
Changes from 1.0.0-stable.
by Dr. Stephen Henson
· 16 years ago
14023fe
Merge from 1.0.0-stable branch.
by Dr. Stephen Henson
· 16 years ago
aaf35f1
Allow use of algorithm and cipher names for dgsts and enc utilities instead
by Dr. Stephen Henson
· 16 years ago
77ea8c3
Fix typo in CHANGES.
by Dr. Stephen Henson
· 16 years ago
ddcfc25
Update from stable branch.
by Dr. Stephen Henson
· 16 years ago
4d7b7c6
Update CHANGES.
by Dr. Stephen Henson
· 16 years ago
73ba116
Update from stable branch.
by Dr. Stephen Henson
· 16 years ago
80b2ff9
Update from stable branch.
by Dr. Stephen Henson
· 16 years ago
7ce8c95
Update from stable branch.
by Dr. Stephen Henson
· 16 years ago
b6af2c7
Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>
by Dr. Stephen Henson
· 16 years ago
237d7b6
Fix from stable branch.
by Dr. Stephen Henson
· 16 years ago
854a225
Update from stable branch.
by Dr. Stephen Henson
· 16 years ago
33ab2e3
PR: 1854
by Dr. Stephen Henson
· 16 years ago
77202a8
Update from stable branch.
by Dr. Stephen Henson
· 16 years ago
7ca1cfb
-hex option for openssl rand
by Bodo Möller
· 16 years ago
57f39cc
Print out UTF8 and NumericString types in ASN1 parsing utility.
by Dr. Stephen Henson
· 16 years ago
6489573
Update from stable branch.
by Dr. Stephen Henson
· 16 years ago
7f62532
Allow CC to be overridden.
by Ben Laurie
· 16 years ago
c2c99e2
Update certificate hash line format to handle canonical format
by Dr. Stephen Henson
· 16 years ago
8125d9f
Make PKCS#8 the standard write format for private keys, replacing the
by Dr. Stephen Henson
· 16 years ago
Next »