summaryrefslogtreecommitdiff
path: root/libpurple/certificate.c
Commit message (Expand)AuthorAgeFilesLines
* Make x509_singleuse staticStu Tomlinson2008-03-311-1/+1
* Fix a bunch of compiler warnings caused by my addition of G_GNUC_PRINTF()Mark Doliner2008-03-161-1/+1
* A few more of those "default_action" fixesMark Doliner2008-01-171-1/+1
* A few more "purple_request_action" default action correctionsMark Doliner2008-01-171-1/+1
* If a peer certificate does not match our cached cert, do not auto reject it!Stu Tomlinson2007-12-231-2/+5
* Add the StartCom Free SSL Certificate Authority certificate (as used byStu Tomlinson2007-12-231-31/+33
* propagate from branch 'im.pidgin.pidgin' (head f3baacdf1de8d061062508b02ef955...Sadrul Habib Chowdhury2007-11-281-40/+56
|\
| * Patch from Florian Qu?ze (the InstantBird dude) to add a search path forSadrul Habib Chowdhury2007-11-261-40/+56
* | Simplify this a little bit. Most of this change is just removingMark Doliner2007-11-261-37/+32
|/
* merge of '591a79c1b29546a394039d76ba9f60d375e565c7'Luke Schierer2007-11-171-0/+1
|\
| * Don't crash when connecting to jabber.freenet.de. Michael Weitzel sentMark Doliner2007-11-161-0/+1
| * Re-namespace the #defines to all be PURPLE_REQUEST_UI_HINT_*. I see noRichard Laager2007-10-141-2/+2
| * Converted string literal UI hints to #define-ed constants and fixed two cast-...Gabriel Schulhof2007-10-141-2/+2
* | disapproval of revision '8ba833993a115415727bb1b70362e0bd1603c169'Richard Laager2007-11-161-4/+2
* | disapproval of revision 'c6934783d152f5c2a6904849fbe602ad04a32f14'Richard Laager2007-10-141-2/+4
* | Removed request stuff - now on pidgin-request-ui-hintGabriel Schulhof2007-10-101-4/+2
|/
* propagate from branch 'im.pidgin.pidgin' (head 220d9b7edad66a76097387a9ac03f3...Gabriel Schulhof2007-10-061-16/+20
|\
| * - Debugging babble in purple_verify_complete to tell final verificationWilliam Ehlhardt2007-10-021-0/+13
| * - Use certificate_pool_retrieve instead of certificate_pool_contains andWilliam Ehlhardt2007-10-021-10/+2
| * Translating the empty string is a bad idea.Richard Laager2007-09-281-1/+1
| * applied changes from 9e879ffd528064d9e1cef9eb4f5fb3cfee8b193fRichard Laager2007-09-281-2/+0
| * applied changes from 92e6c32278d711f0d5807c4d931b26162e4a720fRichard Laager2007-09-281-3/+4
* | Updated hinting to be less invasiveGabriel Schulhof2007-09-221-2/+2
* | Fixing certificate.cGabriel Schulhof2007-09-121-0/+1
* | Fixing certificate.cGabriel Schulhof2007-09-121-0/+1
|/
* - Add specific notification for self-signed certificates. Fixes #2874William Ehlhardt2007-09-091-1/+24
* The FSF changed its address a while ago; our files were out of date.John Bailey2007-09-081-1/+1
* - Add purple_reserved fields to various structures.William Ehlhardt2007-09-051-4/+26
* When you have a certificate dialog and you click on "View Certificate",Mark Doliner2007-09-011-1/+4
* - Remove g_assert()s. Fixes #2859William Ehlhardt2007-08-301-7/+26
* - Change wording on certificate accept/reject dialogWilliam Ehlhardt2007-08-291-2/+2
* (Un)Register the pools with DBus to avoid a runtime fit.Sadrul Habib Chowdhury2007-08-291-3/+3
* There's some disagreement over the response-id sent to the callbacks toSadrul Habib Chowdhury2007-08-281-2/+14
* Fix the win32 build for the cert SoC branch merge.Daniel Atallah2007-08-281-7/+14
* - 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
* - 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-181-0/+61
* In x509_ca pool:William Ehlhardt2007-08-141-2/+16
* - 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