summaryrefslogtreecommitdiff
path: root/lib/system.c
Commit message (Expand)AuthorAgeFilesLines
* use the windows API in windows even if iconv is availableNikos Mavrogiannopoulos2014-08-211-53/+54
* Added gnutls_x509_trust_list_add_trust_dir()Nikos Mavrogiannopoulos2014-07-211-40/+4
* Allow specifying a directory as trust storeNikos Mavrogiannopoulos2014-07-211-21/+30
* re-enabled config path discovery code, and check the return code of getpwuid_...Nikos Mavrogiannopoulos2014-05-291-5/+6
* Changes to account for the reduced included gnulibNikos Mavrogiannopoulos2014-03-041-14/+16
* undefine select as well in win32Nikos Mavrogiannopoulos2013-12-211-0/+1
* do not use the gnulib wrappers in win32Nikos Mavrogiannopoulos2013-12-211-0/+6
* Added configure option --with-default-blacklist-fileNikos Mavrogiannopoulos2013-12-161-0/+14
* fixed for win32Nikos Mavrogiannopoulos2013-11-211-6/+3
* reduced stack size usage in several functions.Nikos Mavrogiannopoulos2013-11-101-25/+15
* reindented codeNikos Mavrogiannopoulos2013-11-081-485/+487
* link with libiconv when needed.Nikos Mavrogiannopoulos2013-07-291-1/+1
* null terminate strings in windowsNikos Mavrogiannopoulos2013-06-021-0/+1
* check revocation prior to reading local certs.Nikos Mavrogiannopoulos2013-03-061-4/+4
* corrected parameters.Nikos Mavrogiannopoulos2013-03-051-4/+2
* Added functions that remove certificates from a trust list.Nikos Mavrogiannopoulos2013-03-051-15/+40
* Check for revoked certs in android and do not add. Suggested by David Woodhouse.Nikos Mavrogiannopoulos2013-03-051-8/+22
* corrected add_system_trust() in the unsupported system case.Nikos Mavrogiannopoulos2013-03-051-1/+1
* handle the interesting variance between directoriesNikos Mavrogiannopoulos2013-03-051-5/+5
* test for ANDROID or __ANDROID__Nikos Mavrogiannopoulos2013-03-041-1/+1
* more simplifications to gnutls_x509_trust_list_add_system_trust()Nikos Mavrogiannopoulos2013-03-031-41/+39
* corrected reading from directory.Nikos Mavrogiannopoulos2013-03-031-2/+7
* gnutls_x509_trust_list_add_system_trust() was made to work in android 4.x.Nikos Mavrogiannopoulos2013-03-031-0/+52
* More cleanups in gnutls_x509_trust_list_add_system_trust()Nikos Mavrogiannopoulos2013-03-021-15/+19
* some simplifications in gnutls_x509_trust_list_add_system_trust()Nikos Mavrogiannopoulos2013-03-021-35/+43
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* use the non-locale dependent versions of isxxx functions.Nikos Mavrogiannopoulos2013-01-251-1/+1
* simplified UTF-8 encoding.Nikos Mavrogiannopoulos2012-11-211-28/+7
* improved iconv support.Nikos Mavrogiannopoulos2012-11-201-6/+34
* use gnulib to detect iconv.Nikos Mavrogiannopoulos2012-11-201-1/+1
* check for either iconv or libiconv.Nikos Mavrogiannopoulos2012-11-201-1/+1
* corrected win32 UCS2 conversion.Nikos Mavrogiannopoulos2012-11-191-3/+4
* simplified namingNikos Mavrogiannopoulos2012-11-191-1/+1
* Added _gnutls_ucs2_to_utf8() for windows (untested)Nikos Mavrogiannopoulos2012-11-191-0/+61
* map the whole ascii setNikos Mavrogiannopoulos2012-11-181-1/+1
* Added functions to parse the certificate policies extention.Nikos Mavrogiannopoulos2012-11-181-0/+78
* define Loaded_CertEnumCRLsInStore to CertEnumCRLsInStore when it exists.Nikos Mavrogiannopoulos2012-10-091-1/+2
* mingw32 support. Based on patch by LRN.Nikos Mavrogiannopoulos2012-09-151-8/+42
* The default system_recv_timeout() doesn't include a call to recv() to avoid i...Nikos Mavrogiannopoulos2012-09-021-5/+1
* fix case of include fileMark Brand2012-08-161-1/+1
* Avoid stray return when compiling without trousers.Nikos Mavrogiannopoulos2012-08-161-2/+1
* Return GNUTLS_E_LARGE_PACKET when errno is EMSGSIZENikos Mavrogiannopoulos2012-06-281-0/+3
* Added support for windows trusted certificate storeNikos Mavrogiannopoulos2012-05-261-0/+92
* make sure that the microseconds field does not overflowNikos Mavrogiannopoulos2012-02-251-0/+6
* updated documentationNikos Mavrogiannopoulos2012-02-211-7/+7
* corrected typoNikos Mavrogiannopoulos2012-02-101-1/+1
* removed unneeded function.Nikos Mavrogiannopoulos2012-02-091-6/+0
* Added gnutls_verify_stored_pubkey() and gnutls_store_pubkey().Nikos Mavrogiannopoulos2012-01-281-4/+72
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1