summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* call gnutls_x509_privkey_import_openssl() even with not a password.gnutls_3_1_3Nikos Mavrogiannopoulos2012-10-121-1/+1
* Added debugging.Nikos Mavrogiannopoulos2012-10-122-3/+16
* doc fixesNikos Mavrogiannopoulos2012-10-124-5/+5
* doc updatesNikos Mavrogiannopoulos2012-10-122-2/+3
* Added (back) RFC5081 support in client mode.Nikos Mavrogiannopoulos2012-10-114-12/+59
* Several OpenPGP updates.Nikos Mavrogiannopoulos2012-10-1110-113/+178
* 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-101-24/+44
* session->key no longer needs to be an allocated structure.Nikos Mavrogiannopoulos2012-10-1025-224/+208
* define Loaded_CertEnumCRLsInStore to CertEnumCRLsInStore when it exists.Nikos Mavrogiannopoulos2012-10-091-1/+2
* 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 defa...Nikos Mavrogiannopoulos2012-10-082-0/+14
* save some memory by removed unused ASN.1 structures.Nikos Mavrogiannopoulos2012-10-072-33/+9
* corrected version numberNikos Mavrogiannopoulos2012-10-071-1/+1
* corrected versionsNikos Mavrogiannopoulos2012-10-074-4/+4
* Added helper functions gnutls_pubkey_import_openpgp_raw() and gnutls_pubkey_i...Nikos Mavrogiannopoulos2012-10-074-2/+124
* Added functions to export structures in an allocated buffer.Nikos Mavrogiannopoulos2012-10-0723-165/+682
* included config.h to avoid issue with gnulibNikos Mavrogiannopoulos2012-10-041-0/+2
* gnutls_certificate_verify_peers2() checks ocsp status response if available.Nikos Mavrogiannopoulos2012-10-042-3/+117
* doc update.Nikos Mavrogiannopoulos2012-10-041-4/+6
* If revocation reason cannot be read set it to GNUTLS_X509_CRLREASON_UNSPECIFIED.Nikos Mavrogiannopoulos2012-10-021-2/+2
* Use hash-pjw-bare instead of asn1_bhash().Nikos Mavrogiannopoulos2012-10-0210-517/+20
* gnutls_ocsp_resp_check_crt() accepts the response index.Nikos Mavrogiannopoulos2012-10-012-2/+5
* doc updateNikos Mavrogiannopoulos2012-10-012-102/+102
* Added gnutls_x509_crl_reason_flags_t.Nikos Mavrogiannopoulos2012-10-012-21/+29
* read revocation reasonNikos Mavrogiannopoulos2012-10-011-0/+12
* simplified docNikos Mavrogiannopoulos2012-09-301-26/+2
* gnutls_ocsp_resp_check_crt was moved to 3.0 symbols and documented update.Nikos Mavrogiannopoulos2012-09-301-1/+1
* The OCSP response file is now set on the credentials and other additions.Nikos Mavrogiannopoulos2012-09-308-91/+192
* Print debugging information even when an extension is not parsed.Nikos Mavrogiannopoulos2012-09-301-6/+6
* Fixed the receipt of session tickets during session resumption.Nikos Mavrogiannopoulos2012-09-302-5/+13
* simplified handshake states.Nikos Mavrogiannopoulos2012-09-303-88/+87
* Verify callback is run in either side.Nikos Mavrogiannopoulos2012-09-302-12/+25
* removed unused functions.Nikos Mavrogiannopoulos2012-09-304-45/+17
* Pack and unpack the status request extension data on resumption.Nikos Mavrogiannopoulos2012-09-301-5/+33
* The certificate verification callback is being run after the certificate stat...Nikos Mavrogiannopoulos2012-09-284-42/+59
* updated OCSP status request.Nikos Mavrogiannopoulos2012-09-288-106/+333
* Corrected signed-to-unsigned comparisonsNikos Mavrogiannopoulos2012-09-284-4/+4
* Implement status_request OCSP extension.Simon Josefsson2012-09-287-2/+467
* Handle heartbeat packets with zero payload, and account for the payload lengt...Nikos Mavrogiannopoulos2012-09-261-6/+14
* Updated to minitasn1 3.0Nikos Mavrogiannopoulos2012-09-2514-332/+504
* All external libraries that were in LDFLAGS are moved into LIBADD/LDADD.Nikos Mavrogiannopoulos2012-09-251-8/+10
* openpgp doc updateNikos Mavrogiannopoulos2012-09-241-6/+2
* simplified calculationsNikos Mavrogiannopoulos2012-09-231-2/+2
* reduced verbosity and better debugging.Nikos Mavrogiannopoulos2012-09-236-97/+195
* Corrected bug in PGP subpacket encodingNikos Mavrogiannopoulos2012-09-231-1/+3
* doc updatesNikos Mavrogiannopoulos2012-09-221-1/+3
* several cleanupsNikos Mavrogiannopoulos2012-09-2223-145/+101
* corrected bug in gnutls_x509_privkey_sign_dataNikos Mavrogiannopoulos2012-09-221-1/+1