summaryrefslogtreecommitdiff
path: root/lib/x509
Commit message (Expand)AuthorAgeFilesLines
* removed old libtasn1 requirementsNikos Mavrogiannopoulos2012-09-162-11/+0
* MAX_NAME_SIZE -> MAX_SERVER_NAME_SIZENikos Mavrogiannopoulos2012-09-161-2/+2
* Use the new asn1_read_node_value()Nikos Mavrogiannopoulos2012-09-161-6/+21
* Prevent the usage of strlen() on null values.Nikos Mavrogiannopoulos2012-08-261-2/+10
* Revert "Do not crash if password is null and GNUTLS_PKCS_PLAIN is not specifi...Nikos Mavrogiannopoulos2012-08-041-1/+1
* When verifying a certificate chain make sure it is chain.Nikos Mavrogiannopoulos2012-07-131-0/+12
* Handle EC DER keys.Nikos Mavrogiannopoulos2012-07-021-1/+6
* Fixed leaks in PKCS #8 decodingNikos Mavrogiannopoulos2012-06-091-3/+3
* 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
* When checking for an issuer check for a match in the key identifiers.Nikos Mavrogiannopoulos2012-05-231-4/+36
* Added gnutls_pubkey_verify_hash2() and gnutls_pk_to_sign().Nikos Mavrogiannopoulos2012-05-093-43/+27
* 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
* Added functions to parse authority key identifiers when stored as a 'general ...Nikos Mavrogiannopoulos2012-01-213-183/+407
* Corrected bug in _gnutls_parse_aia()Nikos Mavrogiannopoulos2012-01-211-11/+14
* sign fixes.Nikos Mavrogiannopoulos2012-01-212-14/+14
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-2124-176/+189
* Modulo operations are only occuring on unsigned integers.Nikos Mavrogiannopoulos2012-01-214-18/+24
* Add/fix copyright headers.Simon Josefsson2012-01-201-2/+1
* Add OCSP functionality.Simon Josefsson2012-01-203-0/+2795
* Fix semantics of (unused) _gnutls_trustlist_inlist.Simon Josefsson2012-01-202-8/+9
* Fix mem leak.Simon Josefsson2012-01-201-0/+2
* Run 'make update-copyright'.Simon Josefsson2012-01-1625-37/+32
* gnutls_x509_dn_oid_name() was extended with a flags option that accepts curre...Nikos Mavrogiannopoulos2012-01-102-20/+9
* Added discussion of distinguished names.Nikos Mavrogiannopoulos2012-01-103-15/+15
* Added gnutls_x509_dn_oid_name().Nikos Mavrogiannopoulos2012-01-093-5/+13
* updated descriptionsNikos Mavrogiannopoulos2012-01-091-9/+22
* removed not applicable comments.Nikos Mavrogiannopoulos2012-01-091-21/+7
* Authority information access information -> Authority information accessNikos Mavrogiannopoulos2012-01-081-1/+1
* GNUTLS_PK_ECC -> GNUTLS_PK_ECNikos Mavrogiannopoulos2012-01-026-14/+14
* corrected bug in DSA private key parsing.Nikos Mavrogiannopoulos2011-12-291-1/+0