summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* call gnutls_x509_privkey_import_openssl() even with not a password.gnutls_3_1_3Nikos Mavrogiannopoulos2012-10-121-1/+1
|
* updated makefileNikos Mavrogiannopoulos2012-10-121-1/+4
|
* Added debugging.Nikos Mavrogiannopoulos2012-10-122-3/+16
|
* doc fixesNikos Mavrogiannopoulos2012-10-124-5/+5
|
* Added debuggingNikos Mavrogiannopoulos2012-10-121-32/+76
|
* Added danetool manpageNikos Mavrogiannopoulos2012-10-125-3/+21
|
* released 3.1.3Nikos Mavrogiannopoulos2012-10-121-1/+1
|
* doc updatesNikos Mavrogiannopoulos2012-10-122-2/+3
|
* remove files that are not generatedNikos Mavrogiannopoulos2012-10-121-3/+3
|
* use common definitions for generating docs.Nikos Mavrogiannopoulos2012-10-125-149/+162
|
* Separated DANE functionality from certtool and added danetool.Nikos Mavrogiannopoulos2012-10-1216-496/+1877
|
* Added (back) RFC5081 support in client mode.Nikos Mavrogiannopoulos2012-10-115-14/+62
|
* Several OpenPGP updates.Nikos Mavrogiannopoulos2012-10-1111-113/+182
| | | | | | Exported gnutls_certificate_get_peers_subkey_id(). Removed compatibility code with RFC5081. The gnutls_openpgp_*_get_subkey_*() functions return the master key parameters if provided with GNUTLS_OPENPGP_MASTER_KEYID_IDX.
* documented fixesNikos Mavrogiannopoulos2012-10-111-0/+5
|
* Increased maximum password len in PKCS #12.Nikos Mavrogiannopoulos2012-10-101-11/+18
|
* Bug fixes in the openssl encrypted PEM key parsing.Nikos Mavrogiannopoulos2012-10-103-25/+158
|
* session->key no longer needs to be an allocated structure.Nikos Mavrogiannopoulos2012-10-1025-224/+208
|
* The high level functions accept sflags and vflags as separate options.Nikos Mavrogiannopoulos2012-10-103-9/+15
|
* Updates in DANE support. Allow caching of queries.Nikos Mavrogiannopoulos2012-10-109-106/+137
|
* dane-rr -> dane-tlsa-rrNikos Mavrogiannopoulos2012-10-095-65/+65
|
* Documentation updatesNikos Mavrogiannopoulos2012-10-0910-90/+130
|
* bumped versionsNikos Mavrogiannopoulos2012-10-092-3/+3
|
* inlude DANE in manualNikos Mavrogiannopoulos2012-10-091-2/+14
|
* define Loaded_CertEnumCRLsInStore to CertEnumCRLsInStore when it exists.Nikos Mavrogiannopoulos2012-10-091-1/+2
|
* documented updatesNikos Mavrogiannopoulos2012-10-091-0/+2
|
* Certtool updates.Nikos Mavrogiannopoulos2012-10-096-625/+719
| | | | By default generate public key TLSA RR entries. Added --verbose option.
* libdane -> libgnutls-daneNikos Mavrogiannopoulos2012-10-084-16/+18
|
* use hex for single byte entriesNikos Mavrogiannopoulos2012-10-083-3/+3
|
* DANE RR -> DANE TLSA RRNikos Mavrogiannopoulos2012-10-082-3/+3
|
* 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-086-35/+419
|
* use the old libtasn1 typeNikos Mavrogiannopoulos2012-10-081-1/+1
|
* removed old fileNikos Mavrogiannopoulos2012-10-081-1/+1
|
* The session ticket and OCSP certificate status extensions are enabled by ↵Nikos Mavrogiannopoulos2012-10-0810-12/+23
| | | | | | | | default. In client side gnutls_init() enables the session ticket and OCSP certificate status request extensions by default. The flag GNUTLS_NO_EXTENSIONS can be used to prevent that.
* save some memory by removed unused ASN.1 structures.Nikos Mavrogiannopoulos2012-10-072-33/+9
|
* corrected version numberNikos Mavrogiannopoulos2012-10-071-1/+1
|
* Bug fixes in DANE.Nikos Mavrogiannopoulos2012-10-073-21/+4
| | | | | | Corrected packet length parsing and removed the verify options DANE_VERIFY_DNSSEC_DATA_INVALID and DANE_VERIFY_NO_DNSSEC_DATA. There is longer use for them since using the DANE API requires DNSSEC.
* corrected versionsNikos Mavrogiannopoulos2012-10-074-4/+4
|
* Added helper functions gnutls_pubkey_import_openpgp_raw() and ↵Nikos Mavrogiannopoulos2012-10-076-2/+131
| | | | gnutls_pubkey_import_x509_raw().
* Added functions to export structures in an allocated buffer.Nikos Mavrogiannopoulos2012-10-0728-186/+719
|
* Added command-line option to disable CA verification.Nikos Mavrogiannopoulos2012-10-074-398/+437
|
* removed old flagNikos Mavrogiannopoulos2012-10-071-1/+1
|
* Always require DNSSEC.Nikos Mavrogiannopoulos2012-10-062-12/+6
|
* some reorganization of the configure script.Nikos Mavrogiannopoulos2012-10-061-87/+94
|
* some more text for TPMsNikos Mavrogiannopoulos2012-10-061-8/+13
|
* In gnutls-cli the server certificate is printed prior to verificationNikos Mavrogiannopoulos2012-10-063-5/+7
|
* Added a DANE library.Nikos Mavrogiannopoulos2012-10-0622-440/+1618
|
* updatedNikos Mavrogiannopoulos2012-10-041-0/+3
|
* enable useful extensions in the examples.Nikos Mavrogiannopoulos2012-10-042-1/+9
|
* included config.h to avoid issue with gnulibNikos Mavrogiannopoulos2012-10-041-0/+2
|