is returned from callback git-svn-id: svn://10.0.0.236/trunk@257676 18797224-902f-48f8-a5cc-f745e15eee43
29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
2009-07-08 John Dennis <jdennis@redhat.com> 0.6
|
|
* fix bug #510343 client_auth_data_callback seg faults if False
|
|
is returned from callback
|
|
|
|
2009-07-01 John Dennis <jdennis@redhat.com> 0.5
|
|
* restore ssl.nss_init and ssl.nss_shutdown but make them deprecated
|
|
add __version__ string to nss module
|
|
|
|
2009-06-30 John Dennis <jdennis@redhat.com> 0.4
|
|
* add binding for NSS_NoDB_Init(), bug #509002
|
|
move nss_init and nss_shutdown from ssl module to nss module
|
|
|
|
2009-06-04 John Dennis <jdennis@redhat.com> 0.3
|
|
|
|
* import to Mozilla CVS, tweak directory layout
|
|
|
|
2009-05-21 John Dennis <jdennis@redhat.com> 0.2
|
|
|
|
* apply patch from bug #472805, (Miloslav Trmač)
|
|
Don't allow closing a socket twice, that causes crashes.
|
|
New function nss.io.Socket.new_socket_pair()
|
|
New function nss.io.Socket.poll()
|
|
New function nss.io.Socket.import_tcp_socket()
|
|
New method nss.nss.Certificate.get_subject_common_name()
|
|
New function nss.nss.generate_random()
|
|
Fix return value creation in SSLSocket.get_security_status
|
|
New function nss.ssl.SSLSocket.import_tcp_socket()
|
|
Convert licensing to MPL tri-license
|