summaryrefslogtreecommitdiff
path: root/lib/x509
Commit message (Expand)AuthorAgeFilesLines
* Restored ability to decrypt PKCS #8 and #12 keys with a NULL password. Certto...Nikos Mavrogiannopoulos2012-08-043-18/+29
* doc fixNikos Mavrogiannopoulos2012-07-211-2/+1
* PKCS #11 PIN handling fixes.Nikos Mavrogiannopoulos2012-07-202-0/+25
* When verifying a certificate chain make sure it is chain.Nikos Mavrogiannopoulos2012-07-131-0/+12
* simplified base64 encoding/decoding functions by using a datum.Nikos Mavrogiannopoulos2012-07-088-78/+25
* Added tpmtool.Nikos Mavrogiannopoulos2012-07-062-0/+39
* gnutls_x509_privkey_import_openssl() works only with PEM files.gnutls_3_0_21Nikos Mavrogiannopoulos2012-07-022-3/+2
* comment put in contextNikos Mavrogiannopoulos2012-07-021-3/+2
* Check for PEM headers before DEK-Info.Nikos Mavrogiannopoulos2012-07-021-2/+16
* Handle EC DER keys.Nikos Mavrogiannopoulos2012-07-021-1/+6
* Added Camellia-192-CBC algorithm identifier.Nikos Mavrogiannopoulos2012-06-291-0/+1
* Included more algorithms in openssl privkey decryption.Nikos Mavrogiannopoulos2012-06-291-17/+27
* Added functions gnutls_x509_privkey_import2 and gnutls_x509_privkey_import_op...Nikos Mavrogiannopoulos2012-06-283-0/+371
* document limitationsNikos Mavrogiannopoulos2012-06-241-0/+2
* Added flag GNUTLS_PKCS12_SP_INCLUDE_SELF_SIGNED for gnutls_pkcs12_simple_pars...Nikos Mavrogiannopoulos2012-06-101-21/+29
* deinitialize extra certs if they are empty.Nikos Mavrogiannopoulos2012-06-101-8/+18
* Fixed leaks in PKCS #8 decodingNikos Mavrogiannopoulos2012-06-091-3/+3
* Changed prototype for gnutls_pkcs12_simple_parse() to simplify chain building.Nikos Mavrogiannopoulos2012-06-091-39/+117
* Re-use GNUTLS_E_DECRYPTION_FAILED for encrypted structures.Nikos Mavrogiannopoulos2012-06-052-5/+5
* Introduced GNUTLS_E_ENCRYPTED_STRUCTURE error code.Nikos Mavrogiannopoulos2012-06-032-31/+70
* Differentiate between signature failure and generic errors, by introducing th...Nikos Mavrogiannopoulos2012-06-032-3/+3
* gnutls_certificate_set_x509_simple_pkcs12_file() now imports certificate chai...Nikos Mavrogiannopoulos2012-06-031-0/+388
* doc updatesNikos Mavrogiannopoulos2012-06-021-2/+2
* corrected typoNikos Mavrogiannopoulos2012-05-311-1/+1
* documented behavior.Nikos Mavrogiannopoulos2012-05-311-2/+3
* Do not crash if password is null and GNUTLS_PKCS_PLAIN is not specified.Nikos Mavrogiannopoulos2012-05-311-1/+1
* Added support for windows trusted certificate storeNikos Mavrogiannopoulos2012-05-261-42/+2
* Added the notion of a default CRL file.Nikos Mavrogiannopoulos2012-05-261-2/+7
* When checking for an issuer check for a match in the key identifiers.Nikos Mavrogiannopoulos2012-05-231-4/+36
* align with 3.0.xNikos Mavrogiannopoulos2012-05-221-1/+1
* Use the PKCS #1 1.5 encoding provided by nettle (2.5) for encryption and sign...Nikos Mavrogiannopoulos2012-05-224-110/+30
* Added convenience functions to load a trust list from a file or a memory buffer.Nikos Mavrogiannopoulos2012-05-093-1/+254
* several type changes to please clangNikos Mavrogiannopoulos2012-04-024-5/+5
* use correct type in snprintf.Nikos Mavrogiannopoulos2012-03-241-1/+1
* Added gnutls_x509_crt_set_private_key_usage_period() andNikos Mavrogiannopoulos2012-03-188-86/+433
* corrected the documentation of the verification functions.Nikos Mavrogiannopoulos2012-03-172-5/+4
* Added gnutls_x509_crt_set_authority_info_access.Nikos Mavrogiannopoulos2012-03-161-0/+135
* added newline at end of file.Nikos Mavrogiannopoulos2012-02-211-1/+0
* Since: 3.0.0 -> Since 3.0 to reflect that it might be on a later version than...Nikos Mavrogiannopoulos2012-02-185-17/+17
* ENABLE_PKI is no moreNikos Mavrogiannopoulos2012-02-1016-75/+1
* small fixesNikos Mavrogiannopoulos2012-01-292-6/+7
* Revert "Added gnutls_ocsp_resp_verify() and some sign fixes."Nikos Mavrogiannopoulos2012-01-292-29/+6
* gnutls_ocsp_resp_verify_direct() will use the intermediate certificatesNikos Mavrogiannopoulos2012-01-291-75/+159
* Added gnutls_ocsp_resp_verify() and some sign fixes.Nikos Mavrogiannopoulos2012-01-282-8/+31
* Added gnutls_verify_stored_pubkey() and gnutls_store_pubkey().Nikos Mavrogiannopoulos2012-01-281-0/+16
* Added --ask option to ocsptool.Nikos Mavrogiannopoulos2012-01-261-12/+9
* Cleanup copyright headers.Simon Josefsson2012-01-2516-25/+33
* Doc fixes.Simon Josefsson2012-01-241-6/+10
* Added SinceNikos Mavrogiannopoulos2012-01-222-0/+4
* corrected AKI test.Nikos Mavrogiannopoulos2012-01-211-1/+1