summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Add purple_util_write_data_to_file_absolute; glib'ssoc.2007.certmgrWilliam Ehlhardt2007-08-253-26/+60
* - TODO whacking and cosmeticsWilliam Ehlhardt2007-08-201-4/+1
* - Even more TODO whackingWilliam Ehlhardt2007-08-201-3/+1
* - Reword some dialogsWilliam Ehlhardt2007-08-201-6/+7
* - Yet More TODO whackingWilliam Ehlhardt2007-08-201-12/+20
* - Errorchecking in x509_cert_dnWilliam Ehlhardt2007-08-201-3/+6
* - More TODO whackingWilliam Ehlhardt2007-08-201-6/+4
* - TODO-whackingWilliam Ehlhardt2007-08-201-7/+6
* propagate from branch 'im.pidgin.pidgin' (head f0024ed911ca108b04d01d6f658ea4...William Ehlhardt2007-08-2025-36/+4682
|\
| * - Fix some g_free()s of string constants that caused crashingWilliam Ehlhardt2007-08-181-7/+3
| * - Fix the interpretation of the "accept cert? yes/no" choice id given byWilliam Ehlhardt2007-08-181-2/+2
| * In tls_cached:William Ehlhardt2007-08-181-54/+97
| * - Add purple_certificate_display_x509William Ehlhardt2007-08-182-0/+71
| * propagate from branch 'im.pidgin.pidgin' (head 5fffff13ec660c08e83f84acb24abe...William Ehlhardt2007-08-181-2/+3
| |\
| * \ propagate from branch 'im.pidgin.pidgin' (head f366368640d8cf3ca2ace0ede8e09e...William Ehlhardt2007-08-1825-36/+4572
| |\ \
| | * | - Add x509_import_from_fileWilliam Ehlhardt2007-08-171-2/+29
| | * | - Fill out the x509_nss struct properlyWilliam Ehlhardt2007-08-171-0/+1
| | * | In x509_ca pool:William Ehlhardt2007-08-141-2/+16
| | * | - Fix some overzealous g_asserts leading to a crashWilliam Ehlhardt2007-08-141-1/+5
| | * | propagate from branch 'im.pidgin.pidgin' (head 887df075a1bde07331bf9de4a3cc04...William Ehlhardt2007-08-141-0/+3
| | |\ \
| | * \ \ propagate from branch 'im.pidgin.pidgin' (head 498deac805499709a53b03b39c6d06...William Ehlhardt2007-08-1425-36/+4526
| | |\ \ \
| | | * | | - Fix a memleakWilliam Ehlhardt2007-08-131-0/+1
| | | * | | - x509_signed_by now accepts a signature by an X.509 version 1William Ehlhardt2007-08-131-1/+7
| | | * | | - Add the Verisign root key (used for MSN)William Ehlhardt2007-08-132-1/+17
| | | * | | - Force full initialization of SSL system at startupWilliam Ehlhardt2007-08-131-2/+4
| | | * | | - Move ssl-gnutls x509 registration until after GnuTLS itself is initedWilliam Ehlhardt2007-08-131-4/+4
| | | * | | - Fix the autoconf/automake stuff so that the ca-certs workWilliam Ehlhardt2007-08-132-3/+4
| | | * | | - Add the ca-certs directory for putting default-shipping root certs in.William Ehlhardt2007-08-133-1/+28
| | | * | | - Fix x509_signed_by. Apparently I can't read documentation.William Ehlhardt2007-08-131-8/+30
| | | * | | - Add debugging babbleWilliam Ehlhardt2007-08-131-0/+3
| | | * | | - Fix memleakWilliam Ehlhardt2007-08-131-1/+2
| | | * | | - Implement x509_ca_get_idlistWilliam Ehlhardt2007-08-131-1/+10
| | | * | | - Implement x509_ca_delete_certWilliam Ehlhardt2007-08-131-4/+9
| | | * | | - Add a helper function to destroy x509_ca_elements, and use it whereWilliam Ehlhardt2007-08-131-5/+11
| | | * | | - Implement x509_ca_get_certWilliam Ehlhardt2007-08-131-8/+10
| | | * | | CosmeticsWilliam Ehlhardt2007-08-131-2/+2
| | | * | | - Implement x509_ca cert_in_poolWilliam Ehlhardt2007-08-131-3/+7
| | | * | | - Add a function to search the x509_ca internal structures for an idWilliam Ehlhardt2007-08-131-0/+16
| | | * | | - Write the uninit function for x509_caWilliam Ehlhardt2007-08-131-1/+13
| | | * | | In x509_ca pool:William Ehlhardt2007-08-131-13/+62
| | | * | | propagate from branch 'im.pidgin.pidgin' (head 4b396c53da733e23710e7613bd41af...William Ehlhardt2007-08-12243-1487/+6001
| | | |\ \ \
| | | * | | | - Add a hacked-up method of adding certs to the CA poolWilliam Ehlhardt2007-08-121-0/+9
| | | * | | | - x509_ca_lazy_init is more implementedWilliam Ehlhardt2007-08-121-2/+16
| | | * | | | In x509_ca pool:William Ehlhardt2007-08-121-3/+49
| | | * | | | - Add skeleton for X.509 Certificate Authority (x509_ca) CertificatePoolWilliam Ehlhardt2007-08-121-1/+102
| | | * | | | - purple_certificate_verify_destroy is deprecated and has met its end.William Ehlhardt2007-08-102-29/+0
| | | * | | | - Remove all usage of purple_certificate_verify_destroy, as it isWilliam Ehlhardt2007-08-101-19/+21
| | | * | | | - Add HOSTNAME CHECKING to tls_cached unknown_peer mode, which is kindWilliam Ehlhardt2007-08-101-3/+25
| | | * | | | - Wrote a tls_cached unknown_peer function that does many fun things,William Ehlhardt2007-08-101-2/+114
| | | * | | | - Add verify_complete, which should deprecate verify_destroyWilliam Ehlhardt2007-08-102-0/+42