summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Generated.gnutls_2_7_4Simon Josefsson2009-01-071-0/+135
|
* Version 2.7.4.Simon Josefsson2009-01-071-1/+1
|
* Doc fixes.Simon Josefsson2009-01-071-99/+95
|
* Fix warnings.Simon Josefsson2009-01-0715-53/+26
|
* Update gnulib files.Simon Josefsson2009-01-0771-315/+1167
|
* Fix NEWS entry.Simon Josefsson2009-01-071-1/+5
|
* Fix self-test with new certtool --verify-chain output.Simon Josefsson2009-01-071-1/+1
|
* added NEWS item about MD5 deprecationDaniel Kahn Gillmor2009-01-061-0/+5
|
* Fix expect strings to compensate for new certtool -e output.Simon Josefsson2009-01-061-4/+4
|
* certtool: Make --verify-chain use libgnutls verification algorithm.Simon Josefsson2009-01-062-2/+55
|
* Test chain with EE cert signed using RSA-MD5.Simon Josefsson2009-01-061-1/+52
|
* actually deprecate MD5 and MD2 signatures during X.509 verification by ↵Daniel Kahn Gillmor2009-01-061-0/+2
| | | | treating them as invalid unless the GNUTLS_VERIFY_ALLOW_SIGN_RSA_{MD5,MD2} flags are present.
* Add NEWS entries from 2.6.3.Simon Josefsson2008-12-121-0/+22
|
* Fix.Simon Josefsson2008-12-121-0/+1
|
* Make it compile. Speed up key generation.Simon Josefsson2008-12-121-4/+4
|
* Indent.Simon Josefsson2008-12-121-106/+134
|
* Add crq_key_id self-test from David Marín Carreño.Simon Josefsson2008-12-123-1/+148
|
* Update manywarnings usage.Simon Josefsson2008-12-111-24/+23
|
* Add.Simon Josefsson2008-12-111-0/+2
|
* Print public key id for certificate requests too.Simon Josefsson2008-12-111-3/+42
|
* Generated.Simon Josefsson2008-12-111-0/+1
|
* Bump versions.Simon Josefsson2008-12-114-6/+6
|
* gnutls: New interface to get key id for certificate requests.Simon Josefsson2008-12-114-0/+174
| | | | | Patch from David Marín Carreño <davefx@gmail.com> in <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3321>.
* Generated.gnutls_2_7_3Simon Josefsson2008-12-101-0/+252
|
* Version 2.7.3.Simon Josefsson2008-12-101-1/+1
|
* Check ca=false with flags too.Simon Josefsson2008-12-101-0/+3
|
* Disable parts of gnulib self-tests that fail on mingw.Simon Josefsson2008-12-103-2/+16
|
* Update gnulib files.Simon Josefsson2008-12-102-4/+6
|
* Disable parts of gnulib self-tests that fail on mingw.Simon Josefsson2008-12-104-6/+38
|
* Drop config.h, not needed (hopefully?) and breaks mingw due to rpl_gmtime.Simon Josefsson2008-12-101-4/+0
|
* Certtool need libgnutls etc for libcmd-certtool.la too, due to certtool-cfg.c.Simon Josefsson2008-12-101-2/+3
|
* Fix comments.Simon Josefsson2008-12-101-2/+3
|
* Add.Simon Josefsson2008-12-101-0/+7
|
* Add.Simon Josefsson2008-12-101-0/+4
|
* Align with Nikos' patch.Simon Josefsson2008-12-101-1/+1
|
* Revert "Fix warnings in opencdk."Simon Josefsson2008-12-109-27/+18
| | | | This reverts commit 59cddc711e55bbd094bdf95986277fb33ba964ee.
* Revert last commit.Simon Josefsson2008-12-101-14/+35
|
* Add GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT flag when needed.Simon Josefsson2008-12-101-15/+30
|
* Add hbci chain.Simon Josefsson2008-12-101-0/+70
|
* Fix comments.Simon Josefsson2008-12-101-2/+1
|
* Fix order to match comments.Simon Josefsson2008-12-101-1/+1
|
* Don't fail on expect errors, to allow more information to be collected.Simon Josefsson2008-12-101-5/+9
|
* Revert Nikos revert, and fix verification hopefully better.Simon Josefsson2008-12-102-35/+20
| | | | | The new logic is to include the CA cert in validation, but short-cut full validation of trusted certificates.
* Add chain with CA having a basic constraint saying CA=FALSE.Simon Josefsson2008-12-101-0/+44
|
* Add note.Simon Josefsson2008-12-101-0/+4
|
* Add self-test of chain verification logic.Simon Josefsson2008-12-103-1/+423
|
* Ignore more.Simon Josefsson2008-12-091-0/+18
|
* Add.Simon Josefsson2008-12-051-0/+10
|
* reintroduced the self signed certificate removal code. This time shouldn't ↵Nikos Mavrogiannopoulos2008-12-051-0/+18
| | | | have the drawbacks that used to.
* Disable secmem rather than overriding libgcrypt memory allocators.Simon Josefsson2008-12-051-7/+5
| | | | | Suggested by Werner Koch in <http://permalink.gmane.org/gmane.comp.encryption.gpg.libgcrypt.devel/2056>.