Mercurial > pidgin
graph
-
merge of '05f31e865f99d6f9afec4c0f635a0c64e2884d8c'2007-07-08, by William Ehlhardt
-
- Do some weak checking to ensure that you don't attempt to store a2007-07-08, by William Ehlhardt
-
- Add pool retrieve, contains, and store functions to certificate API2007-07-08, by William Ehlhardt
-
- Rearrange certificate.h for better organization2007-07-08, by William Ehlhardt
-
- Add x509_tls_cached skeleton2007-07-07, by William Ehlhardt
-
- Comment change2007-07-07, by William Ehlhardt
-
- Add tls_peers put_cert2007-07-07, by William Ehlhardt
-
- Finish tls_peers get_cert2007-07-06, by William Ehlhardt
-
- Fixed naming issues in previous revision2007-07-06, by William Ehlhardt
-
- Add purple_certificate_import2007-07-06, by William Ehlhardt
-
- Finished tls_peers cert_in_pool2007-07-06, by William Ehlhardt
-
- Correct the certstore folder paths2007-07-05, by William Ehlhardt
-
- Add init for x509_tls_peers pool2007-07-05, by William Ehlhardt
-
- Add purple_certificate_pool_mkpath helper function2007-07-05, by William Ehlhardt
-
Documentation2007-07-05, by William Ehlhardt
-
- CertificatePool put_cert now accepts an id argument2007-07-05, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head efa0e31922a07bb598a6fc8951462e1fa96a886e)2007-07-02, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head faad7a14fc692e8d3799948d63c004314395738b)2007-06-29, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 89468df5d1cdb033902c9f7e41cfdf3a348d97bc)2007-06-29, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 61fdc464bc9fe3aeaf30ca79e923854958d6f9bb)2007-06-29, by William Ehlhardt
-
- Add purple_certificate_export and associated libpurple stuff2007-06-29, by William Ehlhardt
-
- Unregister x509_tls_peers as part of uninit2007-06-28, by William Ehlhardt
-
- CertificatePool member functions no longer accept a Pool instance, as Pools are expected to be singletons2007-06-28, by William Ehlhardt
-
- cert_in_pool_by_id is now just cert_in_pool; finding the uniqueID of the Certificate wanted is entirely the caller's problem2007-06-28, by William Ehlhardt
-
- Fix some errors and return values2007-06-28, by William Ehlhardt
-
- prepend > append2007-06-28, by William Ehlhardt
-
- Add find, register, and unregister for CertificatePools2007-06-28, by William Ehlhardt
-
- Add CertificatePool struct2007-06-28, by William Ehlhardt
-
- Replace switch statements in irc and jabber prpls with purple_ssl_strerror calls2007-06-27, by William Ehlhardt
-
- Add purple_ssl_strerror for handy error description power!2007-06-27, by William Ehlhardt
-
- Jabber now understands SSL_CERTIFICATE_INVALID code2007-06-27, by William Ehlhardt
-
- Jabber now shows an "unknown error" message when it hits an SSL error it doesn't understand2007-06-27, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 6526dd22033b4ab26156c07b7a84e53e092b4a21)2007-06-27, by William Ehlhardt
-
- x509_singleuse uses the subject_name field...somewhat2007-06-27, by William Ehlhardt
-
- Add subject_name (AKA Common Name) functions to GnuTLS x509 scheme2007-06-27, by William Ehlhardt
-
- Add purple_certificate_get_subject_name and associated libpurple2007-06-27, by William Ehlhardt
-
- More g_new0 instead of g_new2007-06-27, by William Ehlhardt
-
- Fixed an inverted assertion2007-06-27, by William Ehlhardt
-
disapproval of revision 'e408398aae606a1aafb857413db4fa9736e374ae'2007-07-08, by William Ehlhardt
-
- Hack up sslconn to use a single-use verifier2007-06-27, by William Ehlhardt
-
- Certificate system now has init and uninit like other systems2007-06-27, by William Ehlhardt
-
- sslconn.c will need the certificate API2007-06-26, by William Ehlhardt
-
- ssl-gnutls plugin uses Verifiers now2007-06-26, by William Ehlhardt
-
- Add PURPLE_SSL_CERTIFICATE_INVALID error code2007-06-26, by William Ehlhardt
-
- Add purple_certificate_get_fingerprint_sha12007-06-26, by William Ehlhardt
-
- libpurple is now responsible for some cleanup and final deletion of a2007-06-26, by William Ehlhardt
-
- Reorder struct for clarity2007-06-26, by William Ehlhardt
-
- Add purple_certificate_register_builtins2007-06-26, by William Ehlhardt
-
- Use g_new0 instead of g_new2007-06-26, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 704b8c18f7c29f1fc8bfcf640275d2a9928ed03c)2007-06-25, by William Ehlhardt
-
- Add purple_certificate_verify_destroy and associated machinery2007-06-23, by William Ehlhardt
-
- Add certificate_destroy and certificate_destroy_list2007-06-23, by William Ehlhardt
-
- Documentation segmentation2007-06-23, by William Ehlhardt
-
- Add verifier field to SslConnection2007-06-23, by William Ehlhardt
-
- purple_certificate_verify attempts to check that the cert chain is of2007-06-23, by William Ehlhardt
-
- purple_certificate_verify now takes a Verifier argument, creates its2007-06-23, by William Ehlhardt
-
- CertificateVerifier register/unregister/find2007-06-22, by William Ehlhardt
-
- Fill out CertVerifier struct2007-06-22, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head d2f50519c5ed668dd980277afdc25d71ccb8a852)2007-06-22, by William Ehlhardt
-
- Add debugging babble2007-06-22, by William Ehlhardt