8
0
OBS User unknown
2009-02-23 22:48:47 +00:00
committed by Git OBS Bridge
parent 9dff622cb9
commit 0cc16c82d7
4 changed files with 26 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Feb 23 16:49:53 CET 2009 - anicka@suse.cz
- update to 1.23
* if neither SSL_ca_file nor SSL_ca_path are known (e.g not given
and the default values have no existing file|path) disable
checking of certificates, but carp about the problem
* new test certificates, the old ones expired and caused tests
to fail
* Net::SSLeay stores verify callbacks inside hash and never clears
them, so set verify callback to NULL in destroy of context
-------------------------------------------------------------------
Tue Jan 20 17:50:47 CET 2009 - anicka@suse.cz