summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* when generating a PKCS #11 private key print the public key.Nikos Mavrogiannopoulos2012-11-121-1/+7
* The pubkey-info option can be combined with the load-privkey to extract the p...Nikos Mavrogiannopoulos2012-11-114-8/+20
* updatedNikos Mavrogiannopoulos2012-11-101-1/+1
* The status-request option was eliminated. Check OCSP only when the status res...Nikos Mavrogiannopoulos2012-11-094-379/+340
* updatedNikos Mavrogiannopoulos2012-11-0920-20/+20
* gnutls-cli-debug uses server name indication.Nikos Mavrogiannopoulos2012-11-072-2/+9
* Added conditional to disable DTLS-SRTP support.Nikos Mavrogiannopoulos2012-11-053-0/+6
* better printingNikos Mavrogiannopoulos2012-11-041-1/+2
* verify all possible entriesNikos Mavrogiannopoulos2012-11-041-41/+41
* danetool doc fixNikos Mavrogiannopoulos2012-11-043-10/+10
* separate entries.Nikos Mavrogiannopoulos2012-11-041-1/+1
* undefine macro from win32 headers which clashes autogened macros.Nikos Mavrogiannopoulos2012-11-021-0/+1
* Check the key usage bits during certificate verification.Nikos Mavrogiannopoulos2012-11-021-7/+5
* CRL verification includes the time checks.Nikos Mavrogiannopoulos2012-11-021-78/+20
* Fix typos in error messagesMartin Storsjo2012-11-012-2/+2
* optimized printingNikos Mavrogiannopoulos2012-11-011-6/+7
* Added dane_verification_status_print() and danetool can verify a DANE entry.Nikos Mavrogiannopoulos2012-11-016-20/+66
* Added --check option to danetool.Nikos Mavrogiannopoulos2012-11-015-125/+262
* updated auto-generated files.Nikos Mavrogiannopoulos2012-11-014-578/+630
* Check for errors while setting an SRTP profile.Nikos Mavrogiannopoulos2012-11-012-2/+15
* Support SRTP profile negotiation in the client and server toolsMartin Storsjo2012-11-015-1/+26
* updated gnutls_certificate_verification_status_print() presentationNikos Mavrogiannopoulos2012-10-311-1/+1
* Added gnutls_certificate_verification_status_print().Nikos Mavrogiannopoulos2012-10-301-39/+10
* Simplified certificate verification by adding gnutls_certificate_verify_peers...Nikos Mavrogiannopoulos2012-10-301-110/+1
* fix compilation when DANE is disabled.Nikos Mavrogiannopoulos2012-10-301-0/+2
* removed unused variables.Nikos Mavrogiannopoulos2012-10-284-208/+110
* better benchmark printing.Nikos Mavrogiannopoulos2012-10-281-1/+1
* corrections in benchmark measured average time.Nikos Mavrogiannopoulos2012-10-281-3/+6
* If OCSP revocation data are invalid or too old set appropriate verification f...Nikos Mavrogiannopoulos2012-10-131-0/+4
* removed incorrect descriptionNikos Mavrogiannopoulos2012-10-136-10/+10
* correctly set the format of the certificateNikos Mavrogiannopoulos2012-10-131-0/+2
* Added --local-dns option to gnutls-cli.Nikos Mavrogiannopoulos2012-10-134-397/+434
* disable default extensions on --disable-extensions.Nikos Mavrogiannopoulos2012-10-134-20/+9
* corrected typoNikos Mavrogiannopoulos2012-10-123-5/+5
* Added danetool manpageNikos Mavrogiannopoulos2012-10-123-2/+7
* Separated DANE functionality from certtool and added danetool.Nikos Mavrogiannopoulos2012-10-129-408/+1634
* The high level functions accept sflags and vflags as separate options.Nikos Mavrogiannopoulos2012-10-101-1/+1
* Updates in DANE support. Allow caching of queries.Nikos Mavrogiannopoulos2012-10-102-2/+2
* dane-rr -> dane-tlsa-rrNikos Mavrogiannopoulos2012-10-094-64/+64
* Documentation updatesNikos Mavrogiannopoulos2012-10-093-44/+43
* Certtool updates.Nikos Mavrogiannopoulos2012-10-096-625/+719
* use hex for single byte entriesNikos Mavrogiannopoulos2012-10-083-3/+3
* DANE RR -> DANE TLSA RRNikos Mavrogiannopoulos2012-10-081-2/+2
* Certtool generates DANE entries with selector 0 (X.509 certificate).Nikos Mavrogiannopoulos2012-10-081-21/+24
* Certtool can generate a DANE RR entry.Nikos Mavrogiannopoulos2012-10-084-34/+346
* The session ticket and OCSP certificate status extensions are enabled by defa...Nikos Mavrogiannopoulos2012-10-083-3/+3
* Bug fixes in DANE.Nikos Mavrogiannopoulos2012-10-071-4/+0
* Added command-line option to disable CA verification.Nikos Mavrogiannopoulos2012-10-074-398/+437
* removed old flagNikos Mavrogiannopoulos2012-10-071-1/+1
* In gnutls-cli the server certificate is printed prior to verificationNikos Mavrogiannopoulos2012-10-063-5/+7