removed gnutls_pubkey_get_verify_algorithm() and unnecessary internal APIs
[gnutls:gnutls.git] / lib / x509 / x509.c
2015-02-21 Nikos Mavrogiannop... removed gnutls_pubkey_get_verify_algorithm() and unnece...
2015-02-21 Nikos Mavrogiannop... removed gnutls_x509_crt_get_verify_algorithm()
2015-02-17 Nikos Mavrogiannop... when importing a certificate ensure that the signature...
2015-01-19 Nikos Mavrogiannop... on certificate import check whether the two signature...
2015-01-16 Nikos Mavrogiannop... gnutls_x509_crt_get_authority_info_access: doc update
2014-12-23 Nikos Mavrogiannop... use everywhere the new name of gnutls_x509_crt_import_p...
2014-12-23 Nikos Mavrogiannop... dropped the sanitize URL approach
2014-12-23 Nikos Mavrogiannop... gnutls_x509_crt_import_url replaces gnutls_x509_crt_imp...
2014-12-03 Nikos Mavrogiannop... removed gnutls_x509_crt_verify_hash() and gnutls_x509_c...
2014-11-30 Nikos Mavrogiannop... Reorganized, and eliminated memory leak in _gnutls_x509...
2014-11-27 Nikos Mavrogiannop... GNUTLS_E_CERTIFICATE_LIST_UNSORTED can be returned...
2014-11-27 Nikos Mavrogiannop... Added flag GNUTLS_X509_CRT_LIST_SORT for gnutls_x509_cr...
2014-11-23 Nikos Mavrogiannop... corrected freeing of custom URL
2014-11-23 Nikos Mavrogiannop... Added the ability to register application specific...
2014-11-19 Nikos Mavrogiannop... prior to importing objects with URLs sanitize them
2014-11-19 Nikos Mavrogiannop... Added API to read/write/delete key-cert pairs (limited...
2014-10-13 Nikos Mavrogiannop... do not allow importing X.509 certificates with version...
2014-09-25 Nikos Mavrogiannop... corrected type
2014-09-11 Nikos Mavrogiannop... Revert "corrected planned version number"
2014-09-11 Nikos Mavrogiannop... fixes in the extension handling
2014-09-09 Nikos Mavrogiannop... corrected planned version number
2014-09-08 Nikos Mavrogiannop... Added gnutls_x509_crt_get_extension_by_oid2() and gnutl...
2014-09-04 Nikos Mavrogiannop... The get_raw_dn() functions were modified to work even...
2014-09-02 Nikos Mavrogiannop... when comparing a CA certificate with the trusted list...
2014-08-29 Nikos Mavrogiannop... avoid new allocations and keep a pointer to the DER...
2014-08-29 Nikos Mavrogiannop... when importing a certificate, keep the DER data
2014-08-26 Nikos Mavrogiannop... doc update
2014-08-18 Nikos Mavrogiannop... Safer reinitialization of structures on re-import to...
2014-08-16 Nikos Mavrogiannop... Re-initialize the ASN.1 structures on every import
2014-08-05 Nikos Mavrogiannop... doc: replaced non-0 with non-zero
2014-06-05 Nikos Mavrogiannop... initialize iterator.
2014-06-05 Nikos Mavrogiannop... Made gnutls_x509_crl_iter_crt_serial() thread-safe...
2014-06-05 Nikos Mavrogiannop... renamed gnutls_x509_crl_get_crt_serial2 to gnutls_x509_...
2014-06-04 Nikos Mavrogiannop... Added gnutls_x509_crl_get_crt_serial2(), a faster varia...
2014-05-22 Nikos Mavrogiannop... gnutls_x509_crt_get_extension_data: will return zero...
2014-05-17 Nikos Mavrogiannop... gnutls_x509_crt_get_signature() will use the internal...
2014-05-17 Nikos Mavrogiannop... more sanity checks on signature size
2014-05-16 Nikos Mavrogiannop... gnutls_x509_crt_get_signature() will return the correct...
2014-05-16 Nikos Mavrogiannop... corrected error checking in gnutls_x509_crt_get_extensi...
2014-04-19 Nikos Mavrogiannop... Treat othername as printable (i.e., null terminate...
2014-04-18 Nikos Mavrogiannop... Corrected decoding of XMPP SAN othername.
2014-04-15 Nikos Mavrogiannop... several bug fixes due to coverity.
2014-04-09 Nikos Mavrogiannop... updated documentation
2014-04-01 Nikos Mavrogiannop... doc update
2014-03-27 Nikos Mavrogiannop... fixed gdoc documentation
2014-03-20 Nikos Mavrogiannop... renamed some of the newly introduced functions
2014-03-19 Nikos Mavrogiannop... Added new API to handle X.509 extensions.
2014-03-08 Nikos Mavrogiannop... stricter type usage
2014-02-19 Nikos Mavrogiannop... _gnutls_parse_general_name2() will return the expected...
2014-02-17 Nikos Mavrogiannop... Added support for name constraints X.509 extension.
2014-02-13 Nikos Mavrogiannop... Added _gnutls_parse_general_name2()
2013-11-30 Nikos Mavrogiannop... The library state is used even when not in FIPS mode.
2013-11-30 Nikos Mavrogiannop... Merged the FIPS140-2 support code.
2013-11-27 Nikos Mavrogiannop... Added support for fips states.
2013-11-24 Nikos Mavrogiannop... Added macro to check for the 'no well defined' expirati...
2013-11-10 Nikos Mavrogiannop... reduced stack size usage in several functions.
2013-11-09 Nikos Mavrogiannop... Improvements in PKCS #11 support.
2013-11-08 Nikos Mavrogiannop... reindented code
2013-05-25 Nikos Mavrogiannop... simplified access to cipher and mac properties to reduc...
2013-05-15 Nikos Mavrogiannop... several updates
2013-03-06 Nikos Mavrogiannop... Placed back _gnutls_x509_compare_raw_dn().
2013-03-05 Nikos Mavrogiannop... Several optimizations on certificate comparisons includ...
2013-03-05 Nikos Mavrogiannop... Added new functions to get the LDAP DN in an allocated...
2013-02-16 Nikos Mavrogiannop... corrected parsing issue in XMPP data when in a subject...
2013-02-05 Nikos Mavrogiannop... updated doc
2013-02-03 Nikos Mavrogiannop... Use LGPLv2.1 in the files their author's agreed to.
2013-01-05 Nikos Mavrogiannop... Added correct since
2012-11-26 Nikos Mavrogiannop... gnutls_x509_crt_get_policy() allows for a list of zero...
2012-11-26 Nikos Mavrogiannop... updated
2012-11-24 Nikos Mavrogiannop... rewritten ASN.1 handling string subsystems to use the...
2012-11-21 Nikos Mavrogiannop... update
2012-11-21 Nikos Mavrogiannop... doc update
2012-11-21 Nikos Mavrogiannop... doc update
2012-11-19 Nikos Mavrogiannop... Added gnutls_x509_crt_set_policy()
2012-11-19 Nikos Mavrogiannop... doc update
2012-11-19 Nikos Mavrogiannop... another rename
2012-11-19 Nikos Mavrogiannop... simplified naming
2012-11-19 Nikos Mavrogiannop... mention the extension OID
2012-11-19 Nikos Mavrogiannop... handle visiblestring.
2012-11-18 Nikos Mavrogiannop... doc update
2012-11-18 Nikos Mavrogiannop... Added functions to parse the certificate policies exten...
2012-10-12 Nikos Mavrogiannop... doc fixes
2012-10-07 Nikos Mavrogiannop... Added functions to export structures in an allocated...
2012-09-30 Nikos Mavrogiannop... Added gnutls_x509_crl_reason_flags_t.
2012-09-16 Nikos Mavrogiannop... avoid duplicate asn1 structure initialization.
2012-09-12 Nikos Mavrogiannop... Use the new asn1_read_node_value()
2012-07-20 Nikos Mavrogiannop... PKCS #11 PIN handling fixes.
2012-07-08 Nikos Mavrogiannop... simplified base64 encoding/decoding functions by using...
2012-06-01 Nikos Mavrogiannop... doc updates
2012-05-22 Nikos Mavrogiannop... align with 3.0.x
2012-05-22 Nikos Mavrogiannop... Use the PKCS #1 1.5 encoding provided by nettle (2...
2012-05-09 Nikos Mavrogiannop... Added convenience functions to load a trust list from...
2012-04-02 Nikos Mavrogiannop... several type changes to please clang
2012-03-18 Nikos Mavrogiannop... Added gnutls_x509_crt_set_private_key_usage_period...
2012-03-17 Nikos Mavrogiannop... corrected the documentation of the verification functions.
2012-02-18 Nikos Mavrogiannop... Since: 3.0.0 -> Since 3.0 to reflect that it might...
2012-02-10 Nikos Mavrogiannop... ENABLE_PKI is no more
2012-01-22 Nikos Mavrogiannop... Added Since
2012-01-21 Nikos Mavrogiannop... Added functions to parse authority key identifiers...
2012-01-21 Nikos Mavrogiannop... Corrected bug in _gnutls_parse_aia()
next