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
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
2008-06-11
- I did a cleanup of the internal generic SSL layer and how the various SSL
Daniel Stenberg
2008-06-06
code style cleanup
Daniel Stenberg
2008-06-06
- Axel Tillequin and Arnaud Ebalard added support for CURLOPT_ISSUERCERT, for
Daniel Stenberg
2008-06-06
- Axel Tillequin and Arnaud Ebalard added support for CURLOPT_CRLFILE, for
Daniel Stenberg
2008-05-26
fix: preprocessor complaining about macro redefinition
Yang Tse
2008-02-20
- Based on initial work done by Gautam Kachroo to address a bug, we now keep
Daniel Stenberg
2008-02-19
applied patch to disable SSLv2 by default; discussion:
Gunter Knauf
2008-01-15
Calls to Curl_failf() are not supposed to provide a trailing newline as the
Daniel Stenberg
2007-11-05
removed space after if and while before the parenthesis for better source code
Daniel Stenberg
2007-10-25
Made libcurl built with NSS possible to ignore the peer verification.
Daniel Stenberg
[prev]
[next]