summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* use the old type for compatibilityNikos Mavrogiannopoulos2012-11-211-1/+1
* updated libtasn1 versionNikos Mavrogiannopoulos2012-11-212-5/+6
* simplified UTF-8 encoding.Nikos Mavrogiannopoulos2012-11-211-28/+7
* removed redundant checkNikos Mavrogiannopoulos2012-11-211-2/+2
* updateNikos Mavrogiannopoulos2012-11-211-0/+3
* doc updateNikos Mavrogiannopoulos2012-11-211-12/+19
* doc updateNikos Mavrogiannopoulos2012-11-214-1/+8
* enforce the 200 character limit.Nikos Mavrogiannopoulos2012-11-201-0/+11
* improved iconv support.Nikos Mavrogiannopoulos2012-11-201-6/+34
* Several updates in certificate/public key printing.Nikos Mavrogiannopoulos2012-11-205-426/+585
* use gnulib to detect iconv.Nikos Mavrogiannopoulos2012-11-201-1/+1
* check for either iconv or libiconv.Nikos Mavrogiannopoulos2012-11-202-2/+2
* print header only on the first policyNikos Mavrogiannopoulos2012-11-201-1/+2
* Added gnutls_x509_crt_set_policy()Nikos Mavrogiannopoulos2012-11-206-32/+276
* doc updateNikos Mavrogiannopoulos2012-11-195-29/+29
* another renameNikos Mavrogiannopoulos2012-11-193-10/+10
* corrected win32 UCS2 conversion.Nikos Mavrogiannopoulos2012-11-191-3/+4
* simplified namingNikos Mavrogiannopoulos2012-11-194-11/+13
* mention the extension OIDNikos Mavrogiannopoulos2012-11-191-2/+2
* handle visiblestring.Nikos Mavrogiannopoulos2012-11-193-1/+7
* Added _gnutls_ucs2_to_utf8() for windows (untested)Nikos Mavrogiannopoulos2012-11-191-0/+61
* If _gnutls_ucs2_to_utf8() handle the data as non-printable (fallback to previ...Nikos Mavrogiannopoulos2012-11-191-14/+16
* doc updateNikos Mavrogiannopoulos2012-11-191-3/+2
* map the whole ascii setNikos Mavrogiannopoulos2012-11-182-2/+2
* Handle BMPString in DNs.Nikos Mavrogiannopoulos2012-11-181-2/+24
* Added functions to parse the certificate policies extention.Nikos Mavrogiannopoulos2012-11-1820-202/+694
* doc updatesNikos Mavrogiannopoulos2012-11-171-1/+1
* updated docNikos Mavrogiannopoulos2012-11-161-10/+10
* Don't read past the last list entry in _add_priority, doing so adds algorithm...Tim Kosse2012-11-151-7/+8
* corrected description.Nikos Mavrogiannopoulos2012-11-141-1/+1
* corrected typoNikos Mavrogiannopoulos2012-11-141-2/+3
* When listing all objects of a type, restrict their class to the specified.Nikos Mavrogiannopoulos2012-11-121-1/+10
* pkcs11_find_object made static.Nikos Mavrogiannopoulos2012-11-123-53/+45
* when generating a PKCS #11 private key print the public key.Nikos Mavrogiannopoulos2012-11-125-2/+93
* Corrected indication of OCSP check failure.Nikos Mavrogiannopoulos2012-11-091-3/+9
* Allow easier marking of insecure algorithms.Nikos Mavrogiannopoulos2012-11-089-36/+80
* removed debuggingNikos Mavrogiannopoulos2012-11-071-1/+0
* key usage violations are tolerated.Nikos Mavrogiannopoulos2012-11-072-10/+2
* Removed GNUTLS_CERT_REVOCATION_DATA_INVALID and no longer fail on OCSP parsin...Nikos Mavrogiannopoulos2012-11-073-10/+16
* Do not succeed if no MKI was received.Nikos Mavrogiannopoulos2012-11-062-7/+22
* Added gnutls_ocsp_status_request_is_checked().Nikos Mavrogiannopoulos2012-11-065-0/+34
* When verifying an OCSP response included in TLS don't fail if the response is...Nikos Mavrogiannopoulos2012-11-064-7/+9
* updated docNikos Mavrogiannopoulos2012-11-061-3/+4
* Added gnutls_srtp_get_mki() and gnutls_srtp_set_mki().Nikos Mavrogiannopoulos2012-11-064-4/+119
* set an upper limit to SRTP profiles in hello message.Nikos Mavrogiannopoulos2012-11-051-0/+8
* Added conditional to disable DTLS-SRTP support.Nikos Mavrogiannopoulos2012-11-052-1/+6
* simplified profile selectionNikos Mavrogiannopoulos2012-11-051-15/+9
* Added HMAC prefix to SRTP profiles and updated documentation.Nikos Mavrogiannopoulos2012-11-042-18/+18
* gnutls_srtp_get_keys() returns the size of the key materialNikos Mavrogiannopoulos2012-11-021-3/+4
* removed gnutls_certificate_update_verify_flagsNikos Mavrogiannopoulos2012-11-021-1/+0