]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
Update STATUS, modify ssl.h so mkdef.pl will pick up prototypes and
[thirdparty/openssl.git] / CHANGES
CommitLineData
651d0aff 1
f1c236f8 2 OpenSSL CHANGES
651d0aff
RE
3 _______________
4
5
9cb0969f 6 Changes between 0.9.1c and 0.9.2
0172f988 7
e04a6c2b
RE
8 *) Add CygWin32 platform information to Configure script.
9 [Alan Batie <batie@aahz.jf.intel.com>]
10
0172f988
RE
11 *) Fixed ms/32all.bat script: `no_asm' -> `no-asm'
12 [Rainer W. Gerling <gerling@mpg-gv.mpg.de>]
79dfa975
DSH
13
14 *) New program nseq to manipulate netscape certificate sequences
15 [Steve Henson]
320a14cb 16
9fe84296
DSH
17 *) Modify crl2pkcs7 so it supports multiple -certfile arguments. Fix a
18 few typos.
19 [Steve Henson]
20
a0a54079
MC
21 *) Fixes to BN code. Previously the default was to define BN_RECURSION
22 but the BN code had some problems that would cause failures when
23 doing certificate verification and some other functions.
24 [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]
25
92c046ca
DSH
26 *) Add ASN1 and PEM code to support netscape certificate sequences.
27 [Steve Henson]
28
79dfa975
DSH
29 *) Add ASN1 and PEM code to support netscape certificate sequences.
30 [Steve Henson]
31
a27598bf
DSH
32 *) Add several PKIX and private extended key usage OIDs.
33 [Steve Henson]
34
b2347661
DSH
35 *) Modify the 'ca' program to handle the new extension code. Modify
36 openssl.cnf for new extension format, add comments.
37 [Steve Henson]
38
f317aa4c
DSH
39 *) More X509 V3 changes. Fix typo in v3_bitstr.c. Add support to 'req'
40 and add a sample to openssl.cnf so req -x509 now adds appropriate
41 CA extensions.
42 [Steve Henson]
43
834eeef9
DSH
44 *) Continued X509 V3 changes. Add to other makefiles, integrate with the
45 error code, add initial support to X509_print() and x509 application.
f317aa4c 46 [Steve Henson]
834eeef9 47
9aeaf1b4
DSH
48 *) Takes a deep breath and start addding X509 V3 extension support code. Add
49 files in crypto/x509v3. Move original stuff to crypto/x509v3/old. All this
50 stuff is currently isolated and isn't even compiled yet.
51 [Steve Henson]
52
9b5cc156
DSH
53 *) Continuing patches for GeneralizedTime. Fix up certificate and CRL
54 ASN1 to use ASN1_TIME and modify print routines to use ASN1_TIME_print.
55 Removed the versions check from X509 routines when loading extensions:
56 this allows certain broken certificates that don't set the version
57 properly to be processed.
58 [Steve Henson]
59
8039257d
BL
60 *) Deal with irritating shit to do with dependencies, in YAAHW (Yet Another
61 Ad Hoc Way) - Makefile.ssls now all contain local dependencies, which
62 can still be regenerated with "make depend".
63 [Ben Laurie]
64
b13a1554
BL
65 *) Spelling mistake in C version of CAST-128.
66 [Ben Laurie, reported by Jeremy Hylton <jeremy@cnri.reston.va.us>]
67
6c8abdd7
DSH
68 *) Changes to the error generation code. The perl script err-code.pl
69 now reads in the old error codes and retains the old numbers, only
70 adding new ones if necessary. It also only changes the .err files if new
71 codes are added. The makefiles have been modified to only insert errors
72 when needed (to avoid needlessly modifying header files). This is done
73 by only inserting errors if the .err file is newer than the auto generated
74 C file. To rebuild all the error codes from scratch (the old behaviour)
75 either modify crypto/Makefile.ssl to pass the -regen flag to err_code.pl
76 or delete all the .err files.
9b5cc156 77 [Steve Henson]
6c8abdd7 78
649cdb7b
BL
79 *) CAST-128 was incorrectly implemented for short keys. The C version has
80 been fixed, but is untested. The assembler versions are also fixed, but
81 new assembler HAS NOT BEEN GENERATED FOR WIN32 - the Makefile needs fixing
82 to regenerate it if needed.
83 [Ben Laurie, reported (with fix for C version) by Jun-ichiro itojun
84 Hagino <itojun@kame.net>]
85
86 *) File was opened incorrectly in randfile.c.
87