summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* (_gnutls_x509_ext_extract_basicConstraints): Make sureSimon Josefsson2007-01-261-16/+7
* Add comment to describe C++ compiler bug problem.Simon Josefsson2007-01-251-0/+3
* Fix C++ compiler bug in a "better" way, tiny patch from MatthiasSimon Josefsson2007-01-251-3/+3
* Fix import of ASCII armored OpenPGP keys, patch from ludovic.courtes@laas.fr ...Simon Josefsson2007-01-162-2/+5
* Make it compile by commenting out call to virtual method (possiblySimon Josefsson2007-01-121-1/+3
* Support pathLenConstraint.Simon Josefsson2007-01-114-40/+136
* Don't export _E_*, they are only needed inside libgnutls now.Simon Josefsson2007-01-111-2/+2
* Cleanup gnutls vs gnutls-extra integration, for OpenPGP certs.Simon Josefsson2007-01-1110-43/+185
* Generate.Simon Josefsson2006-12-281-57/+57
* Fix comment to make it parse correctly.Simon Josefsson2006-12-281-1/+1
* Fix signature verification for DSA signatures in TLS 1.2, reported bySimon Josefsson2006-12-271-6/+7
* Tiny patch from ludovic.courtes@laas.fr (Ludovic Courtès).Simon Josefsson2006-12-272-2/+2
* (_gnutls_gen_cert_server_cert_req): For TLS 1.2, generate conformingSimon Josefsson2006-12-271-0/+8
* (_oid2str): Mark UID as a CHOICE-field (i.e., DirectoryString).Simon Josefsson2006-12-271-1/+2
* Generated.Simon Josefsson2006-12-271-1097/+1094
* Encoded UID DN fields as DirectoryString (e.g., PrintableString), notSimon Josefsson2006-12-271-2/+6
* (generate_rdn_seq): Store subject DN instead of issuer DN in theSimon Josefsson2006-12-271-4/+2
* (gnutls_certificate_set_x509_crl): Initialize before use, reported bySimon Josefsson2006-12-271-1/+8
* Doc fix.Simon Josefsson2006-12-011-6/+6
* Attempt TLS 1.2 and TLS 1.1 too, by default.Simon Josefsson2006-11-291-2/+2
* To use NULL DigestInfo.AlgorithmsIdentifier.parameters or not, that isSimon Josefsson2006-11-261-0/+8
* Client TLS 1.2 support. Works against www.mikestoolbox.org:4433.Simon Josefsson2006-11-257-74/+132
* Support TLS 1.2.Simon Josefsson2006-11-251-0/+1
* (gnutls_record_recv): Fix docstring, suggested by Tim KosseSimon Josefsson2006-11-161-5/+4
* Use strverscmp.Simon Josefsson2006-11-071-63/+10
* Typo.Simon Josefsson2006-11-071-0/+1
* Don't use errno to avoid thread-safety issues.Simon Josefsson2006-11-071-6/+6
* Convert to EINTR/EAGAIN errno under Windows, using WSAGetLastError().Simon Josefsson2006-11-071-3/+48
* Add new APIs to set errno for push/pull functions, suggested by tim.kosse@fil...Simon Josefsson2006-11-072-6/+78
* Remove SOVERSION (see configure.in).Simon Josefsson2006-11-051-1/+0
* Have SSLv2 ClientHello's for unknown versions negotiate the highestSimon Josefsson2006-10-301-3/+13
* Simplify #include's using gnulib modules.Simon Josefsson2006-10-301-20/+5
* Change lgpl/ library name.Simon Josefsson2006-10-261-1/+1
* Use gnulib in lgl/ instead of gl/.Simon Josefsson2006-10-212-2/+2
* Add lgl/ for LGPLed gnulib modules (for lib/) and use gl/ for GPL gnulib modu...Simon Josefsson2006-10-211-2/+2
* Update to 0.3.7.Simon Josefsson2006-10-193-5/+6
* Fix .def filename.Simon Josefsson2006-10-031-2/+3
* Use version script for libgnutlsxx too.Simon Josefsson2006-09-251-1/+5
* Add.Simon Josefsson2006-09-251-0/+30
* (gnutls_x509_crt_init): Don't set output parameter on failures,Simon Josefsson2006-09-241-15/+18
* Fix prototype of gnutls_x509_crl_get_issuer_dn to match x509.h, forSimon Josefsson2006-09-241-2/+2
* Permit empty parameters field too, found after adding self tests.Simon Josefsson2006-09-121-2/+6
* Fix asn1_read_value() call to fix crash, reported by Andreas MetzlerSimon Josefsson2006-09-121-1/+1
* Add 'break' to make logic easier to follow.Simon Josefsson2006-09-121-0/+1
* Revert part of patch, logging is only enabled in debug mode, whichSimon Josefsson2006-09-111-0/+1
* Make sure the digestAlgorithm.parameters field is empty, which it hasSimon Josefsson2006-09-081-1/+10
* Don't return different errors depending on content of decrypted PKCS#1Simon Josefsson2006-09-081-5/+9
* (gnutls_x509_crt_sign2): Check to see if ISSUER_KEY is NULL beforeSimon Josefsson2006-08-271-1/+1
* Install *.def to bin/ directory.Simon Josefsson2006-08-131-1/+1
* Create *.def files for libraries, on mingw.Simon Josefsson2006-08-131-0/+7