2007-08-12 |
William Ehlhardt |
In x509_ca pool:
|
2007-08-12 |
William Ehlhardt |
- Add skeleton for X.509 Certificate Authority (x509_ca) CertificatePool
|
2007-08-10 |
William Ehlhardt |
- purple_certificate_verify_destroy is deprecated and has met its end.
|
2007-08-10 |
William Ehlhardt |
- Remove all usage of purple_certificate_verify_destroy, as it is
|
2007-08-10 |
William Ehlhardt |
- Add HOSTNAME CHECKING to tls_cached unknown_peer mode, which is kind
|
2007-08-10 |
William Ehlhardt |
- Wrote a tls_cached unknown_peer function that does many fun things,
|
2007-08-10 |
William Ehlhardt |
- Add verify_complete, which should deprecate verify_destroy
|
2007-08-10 |
William Ehlhardt |
- x509_destroy_certificate is supposed to free the PurpleCertificate
|
2007-08-10 |
William Ehlhardt |
- Move "certificate found in cache" out of tls_cached_start_verify into
|
2007-08-10 |
William Ehlhardt |
In tls_cached Verifier:
|
2007-08-10 |
William Ehlhardt |
- Cosmetics
|
2007-08-10 |
William Ehlhardt |
- Comment on NSS's refcounting prowess
|
2007-08-08 |
William Ehlhardt |
- Add a TODO. A most worthy accomplishment, to be sure.
|
2007-08-08 |
William Ehlhardt |
- Add debugging babble to check_signature_chain
|
2007-08-07 |
William Ehlhardt |
- Expose get_unique_id and get_issuer_unique_id through libpurple functions
|
2007-08-07 |
William Ehlhardt |
- Add unique_id and issuer_unique_id constructions (defined as Distinguished
|
2007-08-07 |
William Ehlhardt |
- tls_peers pool unescapes filenames in its directory, as it should
|
2007-08-07 |
William Ehlhardt |
- Add purple_certificate_check_signature_chain
|
2007-08-07 |
William Ehlhardt |
- Add purple_certificate_signed_by
|
2007-08-07 |
William Ehlhardt |
- Typo fix
|
2007-08-03 |
William Ehlhardt |
- x509_nss sha1sum
|
2007-08-03 |
William Ehlhardt |
- x509_nss get_times
|
2007-08-03 |
William Ehlhardt |
- ssl-nss x509_nss check_name
|
2007-08-03 |
William Ehlhardt |
- x509_nss get_subject_name (x509_common_name)
|
2007-08-03 |
William Ehlhardt |
- x509_nss destroy_certificate
|
2007-08-03 |
William Ehlhardt |
- x509_nss copy op
|
2007-08-03 |
William Ehlhardt |
- Skeleton for ssl-nss x509 provider
|
2007-08-03 |
William Ehlhardt |
- Change the internal structure of activation/expiration times to match
|
2007-08-01 |
William Ehlhardt |
- Make tls_peers_mgmt delete button prompt for yes/no before removing
|
2007-08-01 |
William Ehlhardt |
- Make a rudimentary information button in tls_peers_mgmt
|
2007-08-01 |
William Ehlhardt |
- Export button now functional due to the magic of copy-paste coding
|
2007-08-01 |
William Ehlhardt |
- Add debugging babble for registers/unregisters
|
2007-07-30 |
William Ehlhardt |
- Import button now (more or less) functional
|
2007-07-30 |
William Ehlhardt |
- The tls_peers_mgmt import button should be enabled whether there are
|
2007-07-30 |
William Ehlhardt |
- Add purple_certificate_pool_get_scheme helper function
|
2007-07-30 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head 3a0579367ce217b7d1014674ca42191a0afa6e33)
|
2007-07-28 |
William Ehlhardt |
- HIG compliance improved
|
2007-07-28 |
William Ehlhardt |
- Delegate all button enabling/disabling in tls_peers_mgmt to its "is
|
2007-07-28 |
William Ehlhardt |
- Delete button now usable!
|
2007-07-28 |
William Ehlhardt |
- Code cosmetics
|
2007-07-28 |
William Ehlhardt |
- Make the tls_peers certmgr delete button do something
|
2007-07-27 |
William Ehlhardt |
- tls_peers certmgr now responds to certificate-stored,
|
2007-07-27 |
William Ehlhardt |
- Add a struct to hold various pieces of data for the tls_peers mgmt UI
|
2007-07-27 |
William Ehlhardt |
- Add notice that certificate-stored and certificate-deleted signals are
|
2007-07-27 |
William Ehlhardt |
- Only emit certificate-stored and certificate-deleted if the operation
|
2007-07-27 |
William Ehlhardt |
- Add purple_certificate_pool_delete
|
2007-07-27 |
William Ehlhardt |
- remove_cert => delete_cert, because naming conventions are our
|
2007-07-27 |
William Ehlhardt |
- Write remove_cert function for tls_peers Pool
|
2007-07-27 |
William Ehlhardt |
- Emit certificate-stored signal in purple_certificate_pool_store
|
2007-07-27 |
William Ehlhardt |
- Add CertificatePool signals documentation
|
2007-07-27 |
William Ehlhardt |
- Register the certificate-stored and certificate-deleted signals
|
2007-07-27 |
William Ehlhardt |
- Specify the selection mode on the tls_peers_mgmt listview (may not be
|
2007-07-27 |
William Ehlhardt |
- CertMgr now lists the certificates in the pool
|
2007-07-26 |
William Ehlhardt |
- More pretty (useless) GUI sugar
|
2007-07-24 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head 3c06e81a006adebe420915ad7301ad1e6e82cab8)
|
2007-07-20 |
William Ehlhardt |
- Add logic to allow tls_peers manager to properly uninit itself when
|
2007-07-19 |
William Ehlhardt |
- Mock tls_peers mgmt interface
|
2007-07-19 |
William Ehlhardt |
- Add label field to PidginCertificateManager
|
2007-07-19 |
William Ehlhardt |
- Add a Certificate GTK management interface type
|
2007-07-19 |
William Ehlhardt |
- Comment cosmetics
|
2007-07-19 |
William Ehlhardt |
- Add purple_certificate_pool_usable to check whether a pool's
|
2007-07-18 |
William Ehlhardt |
- Handle NULLs given to certificate_pool_mkpath without causing errors
|
2007-07-18 |
William Ehlhardt |
- CertMgr window responds properly to delete_event
|
2007-07-18 |
William Ehlhardt |
- Make a real Certificate Manager dialog instead of a stupid popup. It
|
2007-07-18 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head e7e92461f2b02e785115d22ecca6212d9142a206)
|
2007-07-17 |
William Ehlhardt |
- Add debug code to spit a list of all certificates in all pools when
|
2007-07-17 |
William Ehlhardt |
- Add dire warnings to the purple_certificate_get_Xs docs
|
2007-07-17 |
William Ehlhardt |
- Add get_idlist support to tls_peers CertificatePool
|
2007-07-16 |
William Ehlhardt |
- Add pool_get_idlist / pool_destroy_idlist
|
2007-07-15 |
William Ehlhardt |
- Added a lovely Doxygen signals tutorial
|
2007-07-14 |
William Ehlhardt |
- Change certificate_uninit to unregister all Pools, Schemes, and
|
2007-07-14 |
William Ehlhardt |
- Add get_pools, get_verifiers, and get_schemes
|
2007-07-14 |
William Ehlhardt |
- Add purple_certificate_get_handle
|
2007-07-13 |
William Ehlhardt |
- purple_certificate_verify no longer takes possession of the
|
2007-07-13 |
William Ehlhardt |
- Add purple_certificate_copy_list
|
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-13 |
William Ehlhardt |
- More skeleton
|
2007-07-13 |
William Ehlhardt |
- Add a skeleton for the Pidgin Certificate Manager and include it in
|
2007-07-12 |
William Ehlhardt |
- Add expiration/activation time display to tls_cached verifier
|
2007-07-12 |
William Ehlhardt |
- Add activation/expiration time retrievers to GnuTLS plugin
|
2007-07-12 |
William Ehlhardt |
- Add expiration/activation functions for Certificates
|
2007-07-12 |
William Ehlhardt |
- Verbosity in struct members.
|
2007-07-09 |
William Ehlhardt |
- Fix overzealous escaping cause by ancestor revision
|
2007-07-09 |
William Ehlhardt |
- pool_mkpath now runs purple_escape_filename on its return value
|
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 |
propagate from branch 'im.pidgin.pidgin' (head 1ede3f4c61fab6e6979e40b2169494d27af5f528)
|
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-07-08 |
William Ehlhardt |
- Wrote the logic for the "previously unknown host" condition in
|
2007-07-08 |
William Ehlhardt |
- More skeletonizing for tls_cached logic.
|
2007-07-08 |
William Ehlhardt |
- Made a logic skeleton for tls_cached verifier
|
2007-07-08 |
William Ehlhardt |
(this revision will be disapproved)
|
2007-07-08 |
William Ehlhardt |
merge of '05f31e865f99d6f9afec4c0f635a0c64e2884d8c'
|
2007-07-08 |
William Ehlhardt |
- Do some weak checking to ensure that you don't attempt to store a
|
2007-07-08 |
William Ehlhardt |
- Add pool retrieve, contains, and store functions to certificate API
|
2007-07-08 |
William Ehlhardt |
- Rearrange certificate.h for better organization
|
2007-07-07 |
William Ehlhardt |
- Add x509_tls_cached skeleton
|
2007-07-07 |
William Ehlhardt |
- Comment change
|
2007-07-07 |
William Ehlhardt |
- Add tls_peers put_cert
|
2007-07-06 |
William Ehlhardt |
- Finish tls_peers get_cert
|
2007-07-06 |
William Ehlhardt |
- Fixed naming issues in previous revision
|
2007-07-06 |
William Ehlhardt |
- Add purple_certificate_import
|
2007-07-06 |
William Ehlhardt |
- Finished tls_peers cert_in_pool
|
2007-07-05 |
William Ehlhardt |
- Correct the certstore folder paths
|
2007-07-05 |
William Ehlhardt |
- Add init for x509_tls_peers pool
|
2007-07-05 |
William Ehlhardt |
- Add purple_certificate_pool_mkpath helper function
|
2007-07-05 |
William Ehlhardt |
Documentation
|
2007-07-05 |
William Ehlhardt |
- CertificatePool put_cert now accepts an id argument
|
2007-07-02 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head efa0e31922a07bb598a6fc8951462e1fa96a886e)
|
2007-06-29 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head faad7a14fc692e8d3799948d63c004314395738b)
|
2007-06-29 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head 89468df5d1cdb033902c9f7e41cfdf3a348d97bc)
|
2007-06-29 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head 61fdc464bc9fe3aeaf30ca79e923854958d6f9bb)
|
2007-06-29 |
William Ehlhardt |
- Add purple_certificate_export and associated libpurple stuff
|
2007-06-28 |
William Ehlhardt |
- Unregister x509_tls_peers as part of uninit
|
2007-06-28 |
William Ehlhardt |
- CertificatePool member functions no longer accept a Pool instance, as Pools are expected to be singletons
|