log libpurple/plugins/ssl/ssl-gnutls.c @ 21732:200b79605991

age author description
2007-11-28 Ethan Blanton Boo for C99 in the core
2007-10-27 Stu Tomlinson Add a --with-extraversion option to ./configure so packagers can fine tune
2007-10-19 Luke Schierer applied changes from 4d50bf3b08569aa2108a9f5da47fb1548d0c7dd9
2007-09-29 Richard Laager applied changes from f143c30a12f30c53e017f1bfc22ccddee96036fc
2007-09-29 Richard Laager applied changes from 54b7bcca130674c9f93777772bdf3d08237a7951
2007-09-29 Richard Laager applied changes from 38a516984dfbc8fb0def05acb69fc1180ec0b971
2007-09-29 Richard Laager applied changes from 8b8bc5b1ef1263e1c0f00a9ed208accff09d988e
2007-09-28 Richard Laager applied changes from 5252885d793a4d288d92856d511d721bf5bb87ef
2007-09-08 John Bailey The FSF changed its address a while ago; our files were out of date.
2007-09-05 William Ehlhardt - Add purple_reserved fields to various structures.
2007-09-03 Richard Laager merge of '3f25aaeb59668d0654c46b32af65735a2aa35fb9'
2007-08-30 Mark Doliner refcount of 0 is normal
2007-08-30 Mark Doliner Replace a call to g_assert() with a logging statement
2007-08-30 Mark Doliner Get rid of some stray whitespace and consistently use tab indentation
2007-08-30 Mark Doliner Fix compiler warnings about having a variable declaration after some
2007-09-03 Richard Laager Fix a couple compiler warnings:
2007-08-25 William Ehlhardt - Add purple_util_write_data_to_file_absolute; glib's
2007-08-20 William Ehlhardt - Yet More TODO whacking
2007-08-20 William Ehlhardt - Errorchecking in x509_cert_dn
2007-08-20 William Ehlhardt - More TODO whacking
2007-08-20 William Ehlhardt - TODO-whacking
2007-08-13 William Ehlhardt - x509_signed_by now accepts a signature by an X.509 version 1
2007-08-13 William Ehlhardt - Move ssl-gnutls x509 registration until after GnuTLS itself is inited
2007-08-13 William Ehlhardt - Fix x509_signed_by. Apparently I can't read documentation.
2007-08-07 William Ehlhardt - Add unique_id and issuer_unique_id constructions (defined as Distinguished
2007-08-07 William Ehlhardt - Add purple_certificate_signed_by
2007-08-03 William Ehlhardt - Change the internal structure of activation/expiration times to match
2007-07-13 William Ehlhardt - purple_certificate_verify no longer takes possession of the
2007-07-13 William Ehlhardt - Add GnuTLS X.509 cert copy operator
2007-07-13 William Ehlhardt - Add purple_certificate_copy and associated machinery
2007-07-13 William Ehlhardt - GnuTLS plugin now uses reference counting to manage its underlying
2007-07-12 William Ehlhardt - Add activation/expiration time retrievers to GnuTLS plugin
2007-07-09 William Ehlhardt - Add certificate_check_subject_name and associated machinery
2007-07-09 William Ehlhardt - Remove a duplicate field from CertificateScheme. Oops.
2007-07-09 William Ehlhardt - Add get_activation_time and get_expiration_time to CertificateScheme
2007-07-08 William Ehlhardt - Fix intermittent crash due to uninitialized variable
2007-07-08 William Ehlhardt - GnuTLS plugin no longer uses write_data_to_file from util. It has been
2007-07-08 William Ehlhardt - Fix an incorrect assertion in GnuTLS plugin
2007-06-29 William Ehlhardt - Add purple_certificate_export and associated libpurple stuff
2007-06-27 William Ehlhardt - Add subject_name (AKA Common Name) functions to GnuTLS x509 scheme
2007-06-27 William Ehlhardt - More g_new0 instead of g_new
2007-06-26 William Ehlhardt - ssl-gnutls plugin uses Verifiers now
2007-06-22 William Ehlhardt - Add debugging babble
2007-06-22 William Ehlhardt - Add GnuTLS SHA1 key fingerprinter
2007-06-21 William Ehlhardt - Add more to the Certificate struct
2007-06-21 William Ehlhardt - Debugging babble
2007-06-21 William Ehlhardt - GnuTLS plugin registers an x509 certscheme now
2007-06-19 William Ehlhardt - Add x509_certificate_signed_by, which checks a signature on a certificate made by an issuer
2007-06-19 William Ehlhardt - Style issues
2007-06-19 William Ehlhardt - Expose some more functions in the x509 CertificateScheme. Doesn't
2007-06-19 William Ehlhardt - Expose get_peer_certificates in the SslOps struct, and modify gnutls
2007-06-19 William Ehlhardt - Add a mode switch to allow DER or PEM imports (necessary because SSL certs
2007-06-02 William Ehlhardt - Wrote GnuTLS get_peer_certificates function
2007-06-02 William Ehlhardt - Exposed the _Certificate struct definition in certificate.h
2007-06-02 William Ehlhardt - GnuTLS uses glib memory mgmt
2007-05-31 William Ehlhardt merge of '03ea20ce538dad585a5a2d40778f242a1fd85a4b'
2007-05-31 William Ehlhardt merge of 'b30d119437548516a2f7b28d4172f8fcd6238d10'
2007-05-31 William Ehlhardt merge of '4538f6c33c0f8ed2d8e1f9124fb52bce0d676e63'
2007-05-31 William Ehlhardt disapproval of revision 'b0f6005b1330af13bce0bcb189a2c887036b5ea3'
2007-05-29 William Ehlhardt Cosmetics
2007-05-31 William Ehlhardt disapproval of revision 'e16819f96b34e350f6991bf0fab3d4fd7d0f91e7'
2007-05-29 William Ehlhardt - Fixed the lack of callbackness
2007-05-31 William Ehlhardt disapproval of revision '0c0e615a3bd08e34aba58d7249e23c3738c87341'
2007-05-29 William Ehlhardt - Eliminate some warnings
2007-05-31 William Ehlhardt disapproval of revision '38e35430b0f7a8b7d764fca702732e7f1c652d02'
2007-05-29 William Ehlhardt - Added PURPLE_SSL_PEER_AUTH_FAILED to show that an SSL connection was
2007-05-25 William Ehlhardt - Made a big mess of stuff in the GnuTLS pluging to look at cert auth
2007-05-25 William Ehlhardt - Document some weird-looking logic in the GnuTLS plugin.
2007-04-29 Gary Kramlich Added NULL pads to ssl stuff
2007-03-19 Sean Egan sed -ie 's/gaim/purple/g'
2007-03-13 Mark Doliner There were a few problems here
2007-01-20 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/