| ChangeLog | ChangeLog | |||
|---|---|---|---|---|
| 2015-09-12 Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
| * NEWS, configure.ac, m4/hooks.m4: bumped version | ||||
| 2015-09-12 Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
| * doc/manpages/tpmtool.1: tpmtool.1: updated | ||||
| 2015-09-11 Nikos Mavrogiannopoulos <nmav@redhat.com> | ||||
| * lib/x509/output.c: Don't use formatted output for fixed strings Re | ||||
| solves #35 | ||||
| 2015-09-04 Nikos Mavrogiannopoulos <nmav@redhat.com> | ||||
| * lib/pkcs11_privkey.c: pkcs11: when storing public keys, make sure | ||||
| they are marked as not private | ||||
| 2015-08-28 Nikos Mavrogiannopoulos <nmav@redhat.com> | ||||
| * NEWS: doc update | ||||
| 2015-08-28 Nikos Mavrogiannopoulos <nmav@redhat.com> | ||||
| * src/tests.c: gnutls-cli-debug: corrected typo in inappropriate | ||||
| fallback check | ||||
| 2015-08-28 Nikos Mavrogiannopoulos <nmav@redhat.com> | ||||
| * src/cli-debug.c, src/tests.c, src/tests.h: gnutls-cli-debug: added | ||||
| check for inappropriate fallback support | ||||
| 2015-08-26 Nikos Mavrogiannopoulos <nmav@redhat.com> | ||||
| * doc/examples/ex-serv-anon.c: corrected typo in ex-server-anon | ||||
| 2015-08-23 Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
| * lib/gnutls_str.c: hex decoding: more reasonable error codes That i | ||||
| s, return GNUTLS_E_PARSING_ERROR instead of base64 decoding | ||||
| error, and document that fact. | ||||
| 2015-08-21 Nikos Mavrogiannopoulos <nmav@redhat.com> | ||||
| * lib/ext/ext_master_secret.c, lib/gnutls_db.c: Set the extended | ||||
| master secret status based on resumption data only That is, don't re | ||||
| quire a new negotiation with extensions. | ||||
| 2015-08-21 Nikos Mavrogiannopoulos <nmav@redhat.com> | ||||
| * tests/resume-dtls.c, tests/resume.c: tests: corrected resumption | ||||
| tests to disable tickets when needed That is, perform the tests that | ||||
| require no tickets, with tickets | ||||
| disabled. | ||||
| 2015-08-21 Nikos Mavrogiannopoulos <nmav@redhat.com> | ||||
| * lib/gnutls_session_pack.c: session packing: corrected issue in PSK | ||||
| session unpack | ||||
| 2015-08-21 Nikos Mavrogiannopoulos <nmav@redhat.com> | ||||
| * lib/auth/psk.c: PSK: save the username in client side in the auth | ||||
| structure | ||||
| 2015-08-21 Nikos Mavrogiannopoulos <nmav@redhat.com> | ||||
| * lib/gnutls_hash_int.h: _gnutls_hash() returns error code if any. | ||||
| Ideally we would like to eliminate any return codes from that | ||||
| function. However, since that's on exported API we cannot easily do | ||||
| without breaking the ABI. Reported by Benedikt Klotz. Resolves #28 | ||||
| 2015-08-21 Nikos Mavrogiannopoulos <nmav@redhat.com> | ||||
| * NEWS: doc update | ||||
| 2015-08-21 Nikos Mavrogiannopoulos <nmav@redhat.com> | ||||
| * lib/x509/verify-high.c, lib/x509/verify-high2.c: x509: when | ||||
| appending CRLs to a trust list ensure that we don't have duplicates | ||||
| That is, overwrite CRLs if they have been obsoleted. | ||||
| 2015-08-21 Nikos Mavrogiannopoulos <nmav@redhat.com> | ||||
| * src/certtool.c: certtool: allow exporting very long CRLs | ||||
| 2015-08-13 Nikos Mavrogiannopoulos <nmav@redhat.com> | ||||
| * NEWS: doc update | ||||
| 2015-08-13 Nikos Mavrogiannopoulos <nmav@redhat.com> | ||||
| * tests/cert-tests/crl: tests: verify whether CRL date setting works | ||||
| as expected | ||||
| 2015-08-13 Nikos Mavrogiannopoulos <nmav@redhat.com> | ||||
| * src/certtool-args.def, src/certtool-cfg.c, src/certtool-cfg.h, | ||||
| src/certtool.c: certtool: Allow specifying CRL dates as fixed dates | ||||
| 2015-08-13 Nikos Mavrogiannopoulos <nmav@redhat.com> | ||||
| * tests/cert-tests/crl: tests: verify CRL appending effectiveness | ||||
| 2015-08-13 Nikos Mavrogiannopoulos <nmav@redhat.com> | ||||
| * lib/x509/crl_write.c: gnutls_x509_crl_set_authority_key_id, | ||||
| gnutls_x509_crl_set_number allow overwritting That allows them to ov | ||||
| erwrite values which were previously set | ||||
| (e.g., on an imported CRL). | ||||
| 2015-08-13 Nikos Mavrogiannopoulos <nmav@redhat.com> | ||||
| * src/certtool-args.def, src/certtool.c: certtool: allow appending | ||||
| certificates to a CRL | ||||
| 2015-08-12 Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
| * NEWS: doc update | ||||
| 2015-08-12 Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
| * src/certtool.c: certtool: removed limit on maximum imported | ||||
| certificates in the -i option | ||||
| 2015-08-12 Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
| * tests/cert-tests/Makefile.am, tests/cert-tests/crl: tests: check | ||||
| whether the CRL generation code works as expected | ||||
| 2015-08-12 Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
| * src/certtool-common.c, src/certtool.c: certtool: eliminated memory | ||||
| leaks due to new cert loading code | ||||
| 2015-08-12 Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
| * src/certtool-common.c, src/certtool-common.h: certtool: lifted | ||||
| limits on file size to load | ||||
| 2015-08-10 Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-08-10 Nikos Mavrogiannopoulos <nmav@redhat.com> | |||
| * Makefile.am: before dist ensure that included libopts matches | * Makefile.am: before dist ensure that included libopts matches | |||
| autogen | autogen | |||
| 2015-08-10 Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-08-10 Nikos Mavrogiannopoulos <nmav@gnutls.org> | |||
| * NEWS: corrected date | * NEWS: corrected date | |||
| 2015-08-09 Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-08-09 Nikos Mavrogiannopoulos <nmav@gnutls.org> | |||
| skipping to change at line 20587 | skipping to change at line 20720 | |||
| 2012-11-07 Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-07 Nikos Mavrogiannopoulos <nmav@gnutls.org> | |||
| * NEWS, lib/gnutls_cert.c, lib/gnutls_x509.c, | * NEWS, lib/gnutls_cert.c, lib/gnutls_x509.c, | |||
| lib/includes/gnutls/gnutls.h.in: Removed | lib/includes/gnutls/gnutls.h.in: Removed | |||
| GNUTLS_CERT_REVOCATION_DATA_INVALID and no longer fail on OCSP | GNUTLS_CERT_REVOCATION_DATA_INVALID and no longer fail on OCSP | |||
| parsing errors. | parsing errors. | |||
| 2012-11-07 Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-07 Nikos Mavrogiannopoulos <nmav@gnutls.org> | |||
| * doc update | * doc/cha-cert-auth.texi, doc/cha-tokens.texi: doc update | |||
| 2012-11-07 Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
| * gnutls-cli-debug uses server name indication. | ||||
| ----- | ----- | |||
| Copyright (C) 2005-2012 Free Software Foundation, Inc. | Copyright (C) 2005-2012 Free Software Foundation, Inc. | |||
| Copying and distribution of this file, with or without | Copying and distribution of this file, with or without | |||
| modification, are permitted provided the copyright notice | modification, are permitted provided the copyright notice | |||
| and this notice are preserved. | and this notice are preserved. | |||
| End of changes. 2 change blocks. | ||||
| 1 lines changed or deleted | 145 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||