Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
Easy-RSA 3 ChangeLog
2
 
3
3.0.7 (2020-03-30)
4
   * Include OpenSSL libs and binary for Windows 1.1.0j
5
   * Remove RANDFILE environment variable (#261)
6
   * Workaround for bug in win32 mktemp (#247, #305, PR #312)
7
   * Handle IP address in SAN and renewals (#317)
8
   * Workaround for ash and no set -o echo (#319)
9
   * Shore up windows testing framework (#314)
10
   * Provide upgrade mechanism for older versions of EasyRSA (#349)
11
   * Add support for KDC certificates (#322)
12
   * Add support for Edward Curves (#354, #350)
13
   * Add support for EASYRSA_PASSIN and EASYRSA_PASSOUT env vars (#368)
14
   * Add support for RID to SAN (#362)
15
 
16
3.0.6 (2019-02-01)
17
   * Certificates that are revoked now move to a revoked subdirectory (#63)
18
   * EasyRSA no longer clobbers non-EASYRSA environment variables (#277)
19
   * More sane string checking, allowing for commas in CN (#267)
20
   * Support for reasonCode in CRL (#280)
21
   * Better handling for capturing passphrases (#230, others)
22
   * Improved LibreSSL/MacOS support
23
   * Adds support to renew certificates up to 30 days before expiration (#286)
24
     - This changes previous behavior allowing for certificate creation using
25
       duplicate CNs.
26
 
27
3.0.5 (2018-09-15)
28
   * Fix #17 & #58: use AES256 for CA key
29
   * Also, don't use read -s, use stty -echo
30
   * Fix broken "nopass" option
31
   * Add -r to read to stop errors reported by shellcheck (and to behave)
32
   * Remove overzealous quotes around $pkcs_opts (more SC errors)
33
   * Support for LibreSSL
34
   * EasyRSA version will be reported in certificate comments
35
   * Client certificates now expire in 3 year (1080 days) by default
36
 
37
3.0.4 (2018-01-21)
38
    * Remove use of egrep (#154)
39
    * Integrate with Travis-CI (#165)
40
    * Remove "local" from variable assignment (#165)
41
        * Other changes related to Travis-CI fixes
42
	* Assign values to variables defined previously w/local
43
    * Finally(?) fix the subjectAltName issues I presented earlier (really
44
      fixes #168)
45
 
46
3.0.3 (2017-08-22)
47
    * Include mktemp windows binary
48
    * copy CSR extensions into signed certificate
49
 
50
 
51
3.0.2 (2017-08-21)
52
    * Add missing windows binaries
53
 
54
 
55
3.0.1 (2015-10-25)
56
    * Correct some packaging errors
57
 
58
 
59
3.0.0 (2015-09-07)
60
 
61
    * cab4a07 Fix typo: Hellman
62
        (ljani: Github)
63
 
64
    * 171834d Fix typo: Default
65
        (allo-: Github)
66
 
67
    * 8b42eea Make aes256 default, replacing 3des
68
        (keros: Github)
69
 
70
    * f2f4ac8 Make -utf8 default
71
        (roubert: Github)
72
 
73
 
74
3.0.0-rc2 (2014/07/27)
75
 
76
    * 1551e5f docs: fix typo
77
        (Josh Cepek <josh.cepek@usa.net>)
78
 
79
    * 7ae44b3 Add KNOWN_ISSUES to stage next -rc release
80
        (Josh Cepek <josh.cepek@usa.net>)
81
 
82
    * a0d58b2 Update documentation
83
        (Josh Cepek <josh.cepek@usa.net>)
84
 
85
    * 5758825 Fix vars.example with proper path to extensions.temp
86
        (Josh Cepek <josh.cepek@usa.net>)
87
 
88
    * 89f369c Add support to change private key passphrases
89
        (Josh Cepek <josh.cepek@usa.net>)
90
 
91
    * 49d7c10 Improve docs: add Upgrade-Notes; add online support refs
92
        (Josh Cepek <josh.cepek@usa.net>)
93
 
94
    * fcc4547 Add build-dist packaging script; update Building docs
95
        (Josh Cepek <josh.cepek@usa.net>)
96
 
97
    * f74d08e docs: update Hacking.md with layout & git conventions
98
        (Josh Cepek <josh.cepek@usa.net>)
99
 
100
    * 0754f23 Offload temp file removal to a clean_temp() function
101
        (Josh Cepek <josh.cepek@usa.net>)
102
 
103
    * 1c90df9 Fix incorrect handling of invalid --use-algo option
104
        (Josh Cepek <josh.cepek@usa.net>)
105
 
106
    * c86289b Fix batch-mode handling with changes in e75ad75
107
        (Josh Cepek <josh.cepek@usa.net>)
108
 
109
    * e75ad75 refine how booleans are evaluated
110
        (Eric F Crist <ecrist@secure-computing.net>)
111
 
112
    * cc19823 Merge PKCS#7 feature from pull req #14
113
        (Author: Luiz Angelo Daros de Luca <luizluca@tre-sc.gov.br>)
114
        (Modified-By: Josh Cepek <josh.cepek@usa.net>)
115
 
116
    * 8b1fe01 Support OpenSSL-0.9.8 with the EXTRA_EXTS feature
117
        (Josh Cepek <josh.cepek@usa.net>)
118
 
119
    * d5516d5 Windows: make builds easier by using a matching dir structure
120
        (Josh Cepek <josh.cepek@usa.net>)
121
 
122
    * dc2e6dc Windows: improve external checks and env-var help
123
        (Josh Cepek <josh.cepek@usa.net>)
124
 
125
3.0.0-rc1 (2013/12/01)
126
 
127
    * The 3.x release is a nearly complete re-write of the 2.x codebase
128
 
129
    * Initial 3.x series code by Josh Cepek <josh.cepek@usa.net> -- continuing
130
    maintenance by the OpenVPN community development team and associated
131
    contributors
132
 
133
    * Add ECDSA (elliptic curve) support, thanks to Steffan Karger
134
    <steffan@karger.me>