index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
nss.c
Age
Commit message (
Expand
)
Author
2010-04-24
nss: fix SSL handshake timeout underflow
Kamil Dudka
2010-04-06
nss: handle client certificate related errors
Kamil Dudka
2010-04-04
refactorize interface of Curl_ssl_recv/Curl_ssl_send
Kamil Dudka
2010-03-31
fix compiler warning with a cast.
Guenter Knauf
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-02-17
use curl standard indentation and line lengths
Daniel Stenberg
2009-12-02
lib/nss.c: avoid use of uninitialized value
Kamil Dudka
2009-11-12
- libcurl-NSS now tries to reconnect with TLS disabled in case it detects
Kamil Dudka
2009-11-12
- Kevin Baughman provided a fix preventing libcurl-NSS from crash on doubly
Kamil Dudka
2009-11-05
- Dropped misleading timeouts in libcurl-NSS and made sure the SSL socket works
Kamil Dudka
2009-10-28
Since the NSS lib closes the socket the memory tracking system wrongly gets a
Daniel Stenberg
2009-10-18
- Kevin Baughman found a double close() problem with libcurl-NSS, as when
Daniel Stenberg
2009-10-07
fix gcc warnings in lib/nss.c
Kamil Dudka
2009-09-21
added support for new SQLite cert database format: added a runtime check for ...
Gunter Knauf
2009-09-21
added aditional check for the directory specified with SSL_DIR, and fall back...
Gunter Knauf
2009-09-08
added debug output for NSS certpath.
Gunter Knauf
2009-09-06
added casts to silent compiler warning on 64bit systems.
Gunter Knauf
2009-09-06
use our define struct_stat to be compatible with largefile support.
Gunter Knauf
2009-09-06
added base64.h include to silent warnings about missing prototype for ATOB_Co...
Gunter Knauf
2009-08-28
- Improved error message for not matching certificate subject name in
Kamil Dudka
2009-08-13
- Changed NSS code to not ignore the value of ssl.verifyhost and produce more
Kamil Dudka
2009-07-20
- Claes Jakobsson improved the support for client certificates handling
Kamil Dudka
2009-06-08
- Claes Jakobsson provided a patch for libcurl-NSS that fixed a bad refcount
Daniel Stenberg
2009-05-28
Fixed a few comment typos (from the FreeBSD ports)
Dan Fandrich
2009-05-27
- Claes Jakobsson fixed libcurl-NSS to build fine even without the
Daniel Stenberg
2009-05-11
- Kamil Dudka provided a fix for libcurl-NSS reported by Michael Cronenworth
Daniel Stenberg
2009-04-24
- Kamil Dudka fixed another NSS-related leak when client certs were used.
Daniel Stenberg
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2009-04-14
Kamil Dudka's follow-up fix
Daniel Stenberg
2009-04-13
- Toshio Kuratomi reported a memory leak problem with libcurl+NSS that turned
Daniel Stenberg
2009-03-18
- Kamil Dudka brought a patch that enables 6 additional crypto algorithms when
Daniel Stenberg
2009-02-27
Indentation fixes, untabify and related whitespace-cleanup. No code changed.
Daniel Stenberg
2009-02-17
- Kamil Dudka made NSS-powered builds compile and run again!
Daniel Stenberg
2009-01-07
fix compiler warnings
Daniel Stenberg
2009-01-07
- Rob Crittenden did once again provide an NSS update:
Daniel Stenberg
2008-11-15
based on a report by Jim Meyering, I went over and added checks for return
Daniel Stenberg
2008-10-16
Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function
Daniel Stenberg
2008-10-15
- Pascal Terjan filed bug #2154627
Daniel Stenberg
2008-09-23
- Rob Crittenden brought a patch to "add some locking for thread-safety to NSS
Daniel Stenberg
2008-09-06
remove unnecessary typecasting of malloc()
Yang Tse
2008-09-04
Made some variables const
Dan Fandrich
2008-09-04
fix print formatting string directives
Yang Tse
2008-06-21
made Curl_nss_send() take const data to kill compiler warning
Daniel Stenberg
2008-06-20
- Phil Pellouchoud found a case where libcurl built with NSS failed to
Daniel Stenberg
2008-06-19
Removed the #define of ciphernum since keeping a define updated to be the
Daniel Stenberg
2008-06-19
s/strcasecmp/strequal to make it more portable
Daniel Stenberg
2008-06-18
- Rob Crittenden brought a fix for the NSS layer that makes libcurl no longer
Daniel Stenberg
2008-06-18
removed warning about unused argument by simply removing that argument from
Daniel Stenberg
2008-06-18
check_issuer_cert() now builds and there's one warning less. Still one compiler
Daniel Stenberg
2008-06-12
fixed bad infof() usage!
Daniel Stenberg
[prev]
[next]