summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* added gnutls_pkcs11_copy_attached_extension()Nikos Mavrogiannopoulos2014-09-1210-130/+292
* Revert "corrected planned version number"Nikos Mavrogiannopoulos2014-09-113-3/+3
* fixes in the extension handlingNikos Mavrogiannopoulos2014-09-115-58/+108
* check the key purpose of the CA certificate when in pkcs11 cert validationNikos Mavrogiannopoulos2014-09-113-9/+57
* allow retrieving extensions in a trust module using GNUTLS_PKCS11_OBJ_FLAG_OV...Nikos Mavrogiannopoulos2014-09-1110-818/+656
* export x509_crt_to_raw_pubkey() in x509/common.h and prefixed s/get_extension...Nikos Mavrogiannopoulos2014-09-104-17/+19
* doc updateNikos Mavrogiannopoulos2014-09-101-1/+1
* corrected planned version numberNikos Mavrogiannopoulos2014-09-093-3/+3
* gnutls_x509_trust_list_verify_crt2 is in par with gnutls_certificate_verify_p...Nikos Mavrogiannopoulos2014-09-096-46/+62
* doc updateNikos Mavrogiannopoulos2014-09-081-1/+1
* Added gnutls_x509_crt_get_extension_by_oid2() and gnutls_x509_crq_get_extensi...Nikos Mavrogiannopoulos2014-09-084-0/+115
* Added gnutls_x509_trust_list_verify_purpose_crt()Nikos Mavrogiannopoulos2014-09-084-28/+117
* initialize verification output to zeroNikos Mavrogiannopoulos2014-09-081-0/+3
* dtls: when discarding packet, discard the correct number of bytesNikos Mavrogiannopoulos2014-09-081-2/+1
* check_ip: initialize retNikos Mavrogiannopoulos2014-09-081-1/+1
* gnutls_tpm_privkey_generate: initialize input values to null to prevent any i...Nikos Mavrogiannopoulos2014-09-081-0/+4
* do not dereference find_data->p_list in pkcs11 callbackNikos Mavrogiannopoulos2014-09-081-3/+5
* corrected issue in fips RNGNikos Mavrogiannopoulos2014-09-081-0/+3
* added comment to clarify checkNikos Mavrogiannopoulos2014-09-081-0/+1
* opencdk: corrected unsigned comparisonNikos Mavrogiannopoulos2014-09-081-1/+1
* fixes in loop for SRK password inputNikos Mavrogiannopoulos2014-09-081-3/+3
* gnutls_x509_trust_list_add_trust_dir: corrected CRL loading errorNikos Mavrogiannopoulos2014-09-081-1/+1
* corrected usage of readdir_r()Nikos Mavrogiannopoulos2014-09-051-1/+1
* reentrant fixes for gnutls_x509_trust_list_add_trust_dir() handle unknown fil...Nikos Mavrogiannopoulos2014-09-051-4/+6
* optimized escaped comma handlingNikos Mavrogiannopoulos2014-09-041-10/+13
* doc updateNikos Mavrogiannopoulos2014-09-041-0/+3
* when setting a DN properly handle spaces and escaped commasNikos Mavrogiannopoulos2014-09-041-4/+27
* simplified _gnutls_x509_get_signed_data()Nikos Mavrogiannopoulos2014-09-041-18/+5
* The get_raw_dn() functions were modified to work even if the certificate is g...Nikos Mavrogiannopoulos2014-09-044-8/+28
* Disallow zero fragments in DTLS for packets which have data.Nikos Mavrogiannopoulos2014-09-041-0/+8
* steal openconnect's vasprintf() implementationNikos Mavrogiannopoulos2014-09-041-15/+67
* corrected bundled vasprintf(); reported by Jeff LeeNikos Mavrogiannopoulos2014-09-041-0/+1
* updated libtasn1Nikos Mavrogiannopoulos2014-09-042-31/+116
* fips140: check the integrity of GMPNikos Mavrogiannopoulos2014-09-031-5/+27
* when comparing an end-certificate with the trusted list compare the entire ce...Nikos Mavrogiannopoulos2014-09-032-9/+21
* when comparing a CA certificate with the trusted list compare the name and keyNikos Mavrogiannopoulos2014-09-028-12/+87
* perform the FIPS140-2 self tests in two roundsNikos Mavrogiannopoulos2014-09-024-9/+53
* name constraints: do not check CN when a DNSname is availableNikos Mavrogiannopoulos2014-09-011-0/+10
* drbg-aes: added checks in the error handling of the functionsNikos Mavrogiannopoulos2014-09-012-0/+28
* fips140: fail on encryption test failureNikos Mavrogiannopoulos2014-09-011-1/+2
* drbg-aes: if the continuous test fails, put the library into error stateNikos Mavrogiannopoulos2014-09-011-2/+7
* alpn: fix version documentationTristan Matthews2014-08-301-2/+2
* remove text not applicable in that versionNikos Mavrogiannopoulos2014-08-291-3/+0
* refer to rfc6125Nikos Mavrogiannopoulos2014-08-291-2/+2
* additional sanity check in RSA key generation testing in FIPS-140-2 modeNikos Mavrogiannopoulos2014-08-291-0/+7
* when in FIPS140-2 mode switch the library to error state if key generation failsNikos Mavrogiannopoulos2014-08-291-0/+3
* avoid new allocations and keep a pointer to the DER data for DNNikos Mavrogiannopoulos2014-08-293-15/+6
* when importing a CRL keep the DER dataNikos Mavrogiannopoulos2014-08-293-16/+17
* when importing a certificate, keep the DER dataNikos Mavrogiannopoulos2014-08-296-62/+44
* doc updateNikos Mavrogiannopoulos2014-08-291-1/+1