mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
Prepare XCA 1.4.1
This commit is contained in:
parent
adbc70c9b4
commit
968a5cd8a9
65
README.md
65
README.md
@ -7,6 +7,34 @@
|
||||
|
||||
## __Changelog:__
|
||||
|
||||
### xca 1.4.1
|
||||
|
||||
* Replace links to XCA on Sourceforge in the software and
|
||||
documentation by links to my Site.
|
||||
|
||||
*xca 1.4.1-pre02*
|
||||
|
||||
* SF Bug #122 isValid() tried to convert the serial to 64 bit
|
||||
* Beautify mandatory distinguished name entry errors
|
||||
* Support dragging certificates and other items as PEM text
|
||||
* Show User settings and installation path in the about dialog
|
||||
|
||||
*xca 1.4.1-pre01*
|
||||
|
||||
* Remove SPKAC support. Netscape is not of this world anymore.
|
||||
* SF bug #124 Wrong assumptions about slots returned by PKCS11 library
|
||||
* Cleanup and improve the OID text files, remove senseless aia.txt
|
||||
* Update HTML documentation
|
||||
* Refine and document Entropy gathering
|
||||
* Indicate development and release version by git commit hash
|
||||
* Fix dumping private keys during "Dump database"
|
||||
* Fix Null pointer exception when importing PKCS#12 with OpenSSL 1.1.0
|
||||
* SF Bug #110 Exported private key from 4096 bit SSH key is wrong
|
||||
* SF Bug #109 Revoked.png isn't a valid image
|
||||
* SF Bug #121 CA serial number is ignored in hierarchical view
|
||||
* Improve speed of Bulk import.
|
||||
* Fix starting xca with a database as first arg
|
||||
|
||||
### xca 1.4.0
|
||||
|
||||
* Update OpenSSL version for MacOSX and W32 to 1.1.0g
|
||||
@ -20,40 +48,3 @@
|
||||
* Support generating an OpenSSL "index.txt" (by Adam Dawidowski)
|
||||
* Thales nCipher key generation changes for EC and DSA keys
|
||||
* Add Slovak translation
|
||||
|
||||
|
||||
### xca 1.3.2
|
||||
|
||||
|
||||
* Gentoo Bug #562288 linking fails
|
||||
* Add OID resolver, move some Menu items to "Extra"
|
||||
* SF. Bug. #81 Make xca qt5 compatible
|
||||
* SF. Bug. #107 error:0D0680A8:asn1 encoding
|
||||
* Don't validate notBefore and notAfter if they are disabled.
|
||||
|
||||
|
||||
### xca 1.3.1
|
||||
|
||||
|
||||
* Fix endless loop while searching for a signer of a CRL
|
||||
|
||||
|
||||
### xca 1.3.0
|
||||
|
||||
|
||||
* Update to OpenSSL 1.0.2d for Windows and MAC
|
||||
* SF Bug #105 1.2.0 OS X Retina Display Support
|
||||
* Digitaly sign Windows and MAC binaries with a valid certificate
|
||||
* Refactor the context menu. Exporting many selected items the clipboard or a PEM file now works. Certificate renewal and revocation now be performed on a batch of certificates.
|
||||
* Feat. Reg. #83 Option to revoke old certificate when renewing
|
||||
* Refactor revocation handling. All revocation information is with the CA and may be modified. certificates may now be deleted from the database
|
||||
* Support nameConstraints, policyMappings, InhibitAnyPolicy, PolicyConstraint (OSCP)noCheck when transforming certificates to templates or OpenSSL configs
|
||||
* Fix SF Bug #104 Export to template introduces spaces
|
||||
* Add option for disabling legacy Netscape extensions
|
||||
* Support exporting SSH2 public key to the clipboard
|
||||
* SF Bug #102 Weak entropy source used for key generation: /dev/random, mouse/kbd entropy, token RNG
|
||||
* SF Feat. Req. #80 Create new certificate, on existing certificate, same for requests
|
||||
* Add Cert/Req Column for Signature Algorithm
|
||||
* SF Feat. Req. #81 Show key size in New Certificate dialog
|
||||
* Distinguish export from transform: Export writes to an external file, Transform generates another XCA item
|
||||
|
||||
|
||||
@ -1,8 +1,13 @@
|
||||
xca 1.4.1 Sat Mar 3 2018
|
||||
|
||||
* Replace links to XCA on Sourceforge in the software and
|
||||
documentation by links to my Site.
|
||||
|
||||
xca 1.4.1-pre02 Thu Mar 1 2018
|
||||
|
||||
* SF Bug #122 isValid() tried to convert the serial to 64 bit
|
||||
* Beautify mandatory distinguished name entriy errors
|
||||
* Support Dragging certificates and other items as PEM text
|
||||
* Beautify mandatory distinguished name entry errors
|
||||
* Support dragging certificates and other items as PEM text
|
||||
* Show User settings and installation path in the about dialog
|
||||
|
||||
xca 1.4.1-pre01 Sun Feb 18 2018
|
||||
|
||||
@ -9,7 +9,7 @@ Release schedule cheat sheet
|
||||
|
||||
|
||||
- update translation and xca.pro (qmake-qt4 -o makefile && make)
|
||||
- update VERSION and changelog.txt and .pad files
|
||||
- update VERSION, changelog.txt and README.md
|
||||
- git tag -a RELEASE.${VERSION}
|
||||
- make TVERSION=${VERSION} dist
|
||||
- try to compile xca-${VERSION}.tar.gz (again)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user