summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Be compatible with libtasn1 before v1.6.Simon Josefsson2009-03-042-1/+14
* Update to minitasn1 v1.8.Simon Josefsson2009-03-0410-17/+17
* Use modern libtasn1 interfaces.Simon Josefsson2009-03-0410-51/+51
* Bump version.Simon Josefsson2009-03-022-2/+2
* Update gnulib files.Simon Josefsson2009-02-271-0/+3
* Update gnulib files.Simon Josefsson2009-02-278-91/+875
* Update gnulib files.Simon Josefsson2009-02-271-0/+36
* Update gnulib files.Simon Josefsson2009-02-231-10/+11
* Removed several unneeded parameters from pkix tree.Nikos Mavrogiannopoulos2009-02-221-611/+28
* Added more verbose information.Nikos Mavrogiannopoulos2009-02-221-0/+1
* Revert "Added more verbose debugging info"Nikos Mavrogiannopoulos2009-02-223-12/+1391
* Added more verbose debugging infoNikos Mavrogiannopoulos2009-02-223-1391/+12
* Applied patch by Martin von Gagern:Nikos Mavrogiannopoulos2009-02-221-6/+6
* Added %SSL3_RECORD_VERSION priority option that allows to specify the client ...Nikos Mavrogiannopoulos2009-02-213-10/+24
* Corrected bit disable (was flipping instead).Nikos Mavrogiannopoulos2009-02-151-1/+1
* libgnutls: Add new priority strings for allowing RSA-MD5 and V1-CA.Simon Josefsson2009-02-113-8/+20
* libgnutls: gnutls_openpgp_crt_print supports oneline mode.Simon Josefsson2009-02-111-6/+103
* libgnutls: gnutls_x509_crt_print prints signature algorithm in oneline mode.Simon Josefsson2009-02-111-0/+21
* Update gnulib files.Simon Josefsson2009-02-113-3/+20
* Bump versions.Simon Josefsson2009-02-112-2/+2
* Print bit size of RSA exponents.Simon Josefsson2009-02-111-1/+1
* Move down revocation check to revert code to how it looked before.Simon Josefsson2009-02-061-16/+16
* Make it possible to trust intermediary certificates.Simon Josefsson2009-02-021-32/+82
* Assert less for expected errors.Simon Josefsson2009-02-021-3/+5
* Simplify keyid printing to avoid allocation and asserts.Simon Josefsson2009-02-021-20/+3
* Update gnulib files.Simon Josefsson2009-02-019-35/+80
* gnutls_handshake when sending client hello during aNikos Mavrogiannopoulos2009-01-271-1/+10
* result_size in gnutls_hex_encode behaves as documented. It now holds the size...Nikos Mavrogiannopoulos2009-01-271-2/+5
* Update gnulib files.Simon Josefsson2009-01-2150-213/+331
* Check return value properly.Simon Josefsson2009-01-131-3/+2
* Fix mem leak because buffer is not expanded correctly.Simon Josefsson2009-01-131-4/+4
* Permit V1 Certificate Authorities properly.Simon Josefsson2009-01-091-2/+14
* Cleanup logger function type.Simon Josefsson2009-01-075-23/+15
* Bump versions.Simon Josefsson2009-01-072-4/+4
* Doc fixes.Simon Josefsson2009-01-071-99/+95
* Fix warnings.Simon Josefsson2009-01-075-22/+13
* Update gnulib files.Simon Josefsson2009-01-0738-190/+576
* actually deprecate MD5 and MD2 signatures during X.509 verification by treati...Daniel Kahn Gillmor2009-01-061-0/+2
* Print public key id for certificate requests too.Simon Josefsson2008-12-111-3/+42
* Bump versions.Simon Josefsson2008-12-112-4/+4
* gnutls: New interface to get key id for certificate requests.Simon Josefsson2008-12-112-0/+162
* Disable parts of gnulib self-tests that fail on mingw.Simon Josefsson2008-12-101-1/+2
* Update gnulib files.Simon Josefsson2008-12-101-3/+3
* Revert "Fix warnings in opencdk."Simon Josefsson2008-12-109-27/+18
* Revert last commit.Simon Josefsson2008-12-101-14/+35
* Revert Nikos revert, and fix verification hopefully better.Simon Josefsson2008-12-101-35/+14
* reintroduced the self signed certificate removal code. This time shouldn't ha...Nikos Mavrogiannopoulos2008-12-051-0/+18
* Disable secmem rather than overriding libgcrypt memory allocators.Simon Josefsson2008-12-051-7/+5
* rearranged initialization stuff based on Werner's suggestions.Nikos Mavrogiannopoulos2008-12-041-13/+13
* Fix warnings in opencdk.Simon Josefsson2008-12-039-18/+27