Sign in
flutter
/
third_party
/
openssl
/
e0f12c41de7f0de97842802936608d0b7b66c9cb
/
CHANGES
95d2959
BIO pairs.
by Bodo Möller
· 26 years ago
9bce307
Fix to i2d_DSAPublicKey() to return the correct length.
by Dr. Stephen Henson
· 26 years ago
565d106
Document the X509V3 code and change some of the extension function pointers
by Dr. Stephen Henson
· 26 years ago
b7d135b
Two new functions to write out PKCS#8 private keys. Also fixes for some of
by Dr. Stephen Henson
· 26 years ago
9d9b559
Fix determination of Perl interpreter: A perl or perl5
by Ralf S. Engelschall
· 26 years ago
5f6d0ea
Reformat and "modernise" the sign.c demo.
by Dr. Stephen Henson
· 26 years ago
f62676b
Change the PEM function implementation to use a common set of macros: this
by Dr. Stephen Henson
· 26 years ago
a7bd039
des_cbc_encrypt / des_ncbc_encrypt issue.
by Bodo Möller
· 26 years ago
c77f47a
DES CBC change looks dubious to me.
by Bodo Möller
· 26 years ago
8151f52
Mention unistd.h.
by Bodo Möller
· 26 years ago
05861c7
I keep forgetting to fix this: update the IV! Most important!
by Ben Laurie
· 26 years ago
233bf73
Make "make test" fail if bntest fails an internal selfcheck.
by Ben Laurie
· 26 years ago
908eb7b
Call our crypt implementation des_crypt(). crypt() now is a wrapper if
by Ulf Möller
· 26 years ago
8eb57af
Complete support for PKCS#5 v2.0. Still needs extensive testing.
by Dr. Stephen Henson
· 26 years ago
d4443ed
Mention mkdir-p.pl.
by Bodo Möller
· 26 years ago
272c933
linux-sparc
by Bodo Möller
· 26 years ago
69cbf46
Rewrite PBE handling read to support PKCS#5 v2.0 and update the function
by Dr. Stephen Henson
· 26 years ago
e7871ff
More PKCS#8 stuff. Support for unencrypted forms of private key.
by Dr. Stephen Henson
· 26 years ago
600dec1
Add a 'pkcs8' application for initial PKCS#8 support. Still needs lots more
by Dr. Stephen Henson
· 26 years ago
ef8335d
Add PKCS#5 v1.5 compatible algorithms and initial PKCS#8 support. PKCS#8 needs
by Dr. Stephen Henson
· 26 years ago
84c15db
Some constification and stacks that slipped through the cracks (how?).
by Ben Laurie
· 26 years ago
af258e0
remove conflict indicator ...
by Bodo Möller
· 26 years ago
885982d
"linux-sparc64-gcc" configuration
by Bodo Möller
· 26 years ago
a53955d
Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).
by Ulf Möller
· 26 years ago
b4f7658
More evil cast removal.
by Ben Laurie
· 26 years ago
213a75d
Make samples compile.
by Ben Laurie
· 26 years ago
748365e
More consistency.
by Bodo Möller
· 26 years ago
0cceb1c
BSD/OS 4.x support (bsdi-elf-gcc)
by Bodo Möller
· 26 years ago
31fab3e
Prepare to release 0.9.3a
by Ben Laurie
· 26 years ago
2e36cc4
sco5-gcc configuration.
by Bodo Möller
· 26 years ago
054009a
Updated C++ SSL demos. Submitted (a month ago) by: Wade Scholine
by Bodo Möller
· 26 years ago
71f0809
Updated some demos. Submitted by: Sean O Riordain <Sean.ORiordain@cyrona.com>
by Bodo Möller
· 26 years ago
e95f626
*** empty log message ***
by Bodo Möller
· 26 years ago
472bde4
Change function call according to current API.
by Bodo Möller
· 26 years ago
557068c
Final version for 0.9.3.
by Bodo Möller
· 26 years ago
e14d444
Bignum library bug fix. IRIX 6 passes "make test" now!
by Ulf Möller
· 26 years ago
e84240d
New functions sk_set, sk_value and sk_num to replace existing macros: this is
by Dr. Stephen Henson
· 26 years ago
1b266da
Fix various less obvious bugs in PKCS#7 handling: such as not zeroing
by Dr. Stephen Henson
· 26 years ago
f43c814
Typo.
by Bodo Möller
· 26 years ago
55519bb
DES changes.
by Bodo Möller
· 26 years ago
84fa704
Fix some obvious bugs in the PKCS#7 library handling. It didn't try to
by Dr. Stephen Henson
· 26 years ago
62bad77
Add actual testing to bntest...
by Ben Laurie
· 26 years ago
1ad2ecb
The encoding of negative ASN1 INTEGERs and the conversion of BNs to negative
by Dr. Stephen Henson
· 26 years ago
1b24cca
Add release dates to the "CHANGES" file, because that's an obvious
by Bodo Möller
· 26 years ago
b56bce4
New structure type SESS_CERT used instead of CERT inside SSL_SESSION.
by Bodo Möller
· 26 years ago
bd3576d
Reorganize and speed up MD5.
by Ulf Möller
· 26 years ago
7d7d2cb
VMS support.
by Ulf Möller
· 26 years ago
f5eac85
Add new -out option to asn1parse to allow the parsed data to be output.
by Dr. Stephen Henson
· 26 years ago
b31b04d
Make SSL library a little more fool-proof by not requiring any longer
by Bodo Möller
· 26 years ago
d5a2ea4
Move openssl.cnf out of lib/.
by Ulf Möller
· 26 years ago
397f703
Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -Wshadow
by Ralf S. Engelschall
· 26 years ago
884e8ec
Various PKCS#7 fixes to properly (maybe!) handle PKCS#7 enveloped data.
by Dr. Stephen Henson
· 26 years ago
ca8e5b9
Create a duplicate of the SSL_CTX's CERT in SSL_new instead of copying
by Bodo Möller
· 26 years ago
c8b4185
Kill evil casts, fix PKCS#7 and add new X509V3 Function.
by Dr. Stephen Henson
· 26 years ago
e40b7ab
Allows PKCS#12 password to be placed on command line and add allow config
by Dr. Stephen Henson
· 26 years ago
5b64002
Make -pedantic work again.
by Ben Laurie
· 26 years ago
135a1dc
Bodo didn't do that.
by Ben Laurie
· 26 years ago
31a674d
Support additional Win32 compilers.
by Ulf Möller
· 26 years ago
8e7f966
SHA-1 cleanups and performance enhancements.
by Ulf Möller
· 26 years ago
4f5fac8
Sparc v8plus assembler.
by Ulf Möller
· 26 years ago
afd1f9e
Update HPUX config, work around HPUX library incompatibility.
by Ulf Möller
· 26 years ago
aeef69b
Add other people who've done stackification.
by Ben Laurie
· 26 years ago
9263e88
Bundle stack'ification entries on Bens request
by Ralf S. Engelschall
· 26 years ago
dee75ec
Add missing sk_<type>_unshift() function to safestack.h
by Ralf S. Engelschall
· 26 years ago
20b85fd
Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO).
by Ralf S. Engelschall
· 26 years ago
dc1f607
Entry for resolved error macro confusion.
by Bodo Möller
· 26 years ago
b3ca645
New function SSL_CTX_use_certificate_chain_file.
by Bodo Möller
· 26 years ago
7f89714
Support verify_depth from the SSL API without need for user-defined callbacks.
by Bodo Möller
· 26 years ago
dd1462f
Broken line that was too long.
by Bodo Möller
· 26 years ago
4eb77b2
New function SSL_CTX_set_session_id_context.
by Bodo Möller
· 26 years ago
c665274
OAEP bug fix.
by Ulf Möller
· 26 years ago
e5f3045
Support INSTALL_PREFIX for packagers.
by Bodo Möller
· 26 years ago
87bc2c0
by Bodo Möller
· 26 years ago
6e6acfd
Use util/mklink.pl instead of util/mklink.sh.
by Bodo Möller
· 26 years ago
ddeee82
Install various scripts to $(OPENSSLDIR)/misc instead of $(INSTALLTOP)/bin.
by Bodo Möller
· 26 years ago
0973910
Linux shared libraries.
by Ulf Möller
· 26 years ago
f5d7a03
New Configure option no-<cipher> (rsa, idea, rc5, ...).
by Ulf Möller
· 26 years ago
b64f825
Add PKCS#12 documentation and new option in x509 to add certificate extensions.
by Dr. Stephen Henson
· 26 years ago
a9be3af
Remove NOPROTO definitions and error code comments.
by Ulf Möller
· 26 years ago
47339f6
Extensively changed the DEF file generator mkdef.pl to use a modified version
by Dr. Stephen Henson
· 26 years ago
9c4711c
*** empty log message ***
by Ulf Möller
· 26 years ago
b0b7b1c
New Configure option --openssldir to replace ssldir.pl.
by Ulf Möller
· 26 years ago
6e781e8
Delete the unnecessary ERR and ERRC lines in makefiles, add some functionality
by Dr. Stephen Henson
· 26 years ago
6d31193
Complete rewrite of the error code generation script. It now runs as a single
by Dr. Stephen Henson
· 26 years ago
018b4ee
by Bodo Möller
· 26 years ago
92df960
by Bodo Möller
· 26 years ago
85f48f7
Don't return 0 from ssl2_read when a packet with empty payload is received.
by Bodo Möller
· 26 years ago
90b8bbb
by Bodo Möller
· 26 years ago
4cd401e
Oops! Fixup CHANGES.
by Dr. Stephen Henson
· 26 years ago
d943e37
Suppport for CRL distribution points extension. Also document some of
by Dr. Stephen Henson
· 26 years ago
8e10f2b
Move all autogenerated header file parts to crypto/opensslconf.h.
by Ulf Möller
· 26 years ago
4997138
Fix DES export ciphersuites.
by Ben Laurie
· 26 years ago
95dc05b
Fix lots of warnings.
by Ulf Möller
· 26 years ago
8fb04b9
Problems with 64-bit long.
by Ulf Möller
· 26 years ago
6b691a5
Change functions to ANSI C.
by Ulf Möller
· 26 years ago
3edd7ed
Finish off support for Certificate Policies extension.
by Dr. Stephen Henson
· 26 years ago
df82f5c
Fix typos in error codes.
by Ulf Möller
· 26 years ago
22a4f96
Defunct assembler files removed; various cleanups.
by Ulf Möller
· 26 years ago
5e85b6a
SPARC v8 assembler BIGNUM code.
by Ulf Möller
· 26 years ago
41b731f
Initial support for Certificate Policies extension: print out works but setting
by Dr. Stephen Henson
· 26 years ago
Next »