summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added a DANE library.Nikos Mavrogiannopoulos2012-10-065-386/+468
* gnutls_certificate_verify_peers2() checks ocsp status response if available.Nikos Mavrogiannopoulos2012-10-044-235/+219
* do not set verify_flagsNikos Mavrogiannopoulos2012-10-041-1/+0
* check the first response.Nikos Mavrogiannopoulos2012-10-011-1/+1
* The OCSP response file is now set on the credentials and other additions.Nikos Mavrogiannopoulos2012-09-3010-1000/+1317
* Use the server's OCSP provided data when verifying a certificate's validity.Nikos Mavrogiannopoulos2012-09-282-4/+52
* updated OCSP status request.Nikos Mavrogiannopoulos2012-09-284-1365/+1130
* Session ID is correctly read.Nikos Mavrogiannopoulos2012-09-281-9/+2
* Implement status_request OCSP extension.Simon Josefsson2012-09-284-3/+53
* benchmark time was increased.Nikos Mavrogiannopoulos2012-09-251-2/+4
* All external libraries that were in LDFLAGS are moved into LIBADD/LDADD.Nikos Mavrogiannopoulos2012-09-251-13/+15
* updates in heartbeat supportNikos Mavrogiannopoulos2012-09-204-17/+37
* corrected signNikos Mavrogiannopoulos2012-09-161-1/+2
* Do not ask unnecessary questions when signing a certificate (request).Nikos Mavrogiannopoulos2012-09-151-11/+19
* Added gnutls_x509_privkey_get_pk_algorithm2(). Certtool prints the number of ...Nikos Mavrogiannopoulos2012-09-151-6/+3
* libopts depends on libintl. Patch by LRN.Nikos Mavrogiannopoulos2012-09-151-0/+1
* mingw64 compilation fixesNikos Mavrogiannopoulos2012-09-022-1/+9
* Some small optimizations in heartbeat handling and regeneration of src/ args ...Nikos Mavrogiannopoulos2012-08-307-594/+642
* removed unneeded test.Nikos Mavrogiannopoulos2012-08-303-21/+0
* Added Heartbeat extension support.Olga2012-08-309-128/+228
* On Linux with /proc/sys/net/ipv6/bindv6only == 0 (which is now theNikos Mavrogiannopoulos2012-08-301-0/+11
* null terminate the certificate being printNikos Mavrogiannopoulos2012-08-261-1/+2
* Changes in password handling of certtool.Nikos Mavrogiannopoulos2012-08-253-45/+52
* No need to ask for key password on registered keys.Nikos Mavrogiannopoulos2012-08-161-4/+7
* No need to require the private key to be present when generating a certificate.Nikos Mavrogiannopoulos2012-08-151-2/+2
* Link srptool with libintl. Suggested by B. Scott Michel.Nikos Mavrogiannopoulos2012-08-151-1/+1
* gnutls_handshake_timeout() -> gnutls_handshake_set_timeout()Nikos Mavrogiannopoulos2012-08-071-1/+2
* Added gnutls_handshake_timeout().Nikos Mavrogiannopoulos2012-08-061-1/+1
* confirm password on key generation.Nikos Mavrogiannopoulos2012-08-041-7/+12
* Restored ability to decrypt PKCS #8 and #12 keys with a NULL password. Certto...Nikos Mavrogiannopoulos2012-08-046-372/+400
* Exit with an error code if a PKCS #12 structure cannot be decrypted.Nikos Mavrogiannopoulos2012-08-041-2/+9
* Respect certtool --hash when signing request and CRLPetr Písař2012-08-021-15/+24
* GNUTLS_TPMKEY_FMT_PEM renamed to GNUTLS_TPMKEY_FMT_CTK_PEMNikos Mavrogiannopoulos2012-07-221-2/+2
* tpmtool now accepts the --inder and --outder options.Nikos Mavrogiannopoulos2012-07-214-35/+135