summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/wcscpy.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-07Bump for LibreSSL 2.4.5libressl-v2.4.5bcook1-3/+3
2017-01-05MFC: Avoid a side-channel cache-timing attack that can leak the ECDSAjsing1-1/+3
2016-11-03MFC: In ssl3_read_bytes(), do not process more than three consecutive TLSlibressl-v2.4.4jsing1-4/+24
2016-10-03Check for and handle failure of HMAC_{Update,Final} or EVP_DecryptUpdate()bcook1-5/+11
2016-10-03Detect zero-length encrypted session data early, instead of when malloc(0)bcook1-2/+2
2016-10-03Check for packet with truncated DTLS cookie.bcook1-12/+17
2016-10-03Improve ticket validity checking when tlsext_ticket_key_cb() callbackbcook1-4/+25
2016-10-03In X509_cmp_time(), pass asn1_time_parse() the tag of the field beingbcook1-2/+3
2016-10-02bump to 2.4.4bcook1-3/+3
2016-09-22MFC: Avoid falling back to a weak digest for (EC)DH when using SNI withlibressl-v2.4.3jsing1-3/+10
2016-09-22MFC: Avoid unbounded memory growth in libssl, which can be triggered by ajsing1-9/+20
2016-09-22bump version for 2.4.3bcook1-3/+3
2016-09-22back out calls to EVP_CIPHER_CTX_cleanup() in EVP_Encrypt/DecryptFinalbcook1-3/+1
2016-07-23This commit was manufactured by cvs2git to create branch 'OPENBSD_6_0'.libressl-v2.4.2cvs2svn1187-380610/+0
2016-07-23rework crl2pkcs7; with help from jsingjmc1-57/+18
2016-07-21rework DESCRIPTION a little: no-command seems clearer than no-XXX;jmc1-17/+12
2016-07-21rename NOTES to COMMON SYNTAX (explains itself better); rework thejmc1-43/+44
2016-07-21strip back openssl crl somewhat: remove the examplesjmc1-41/+21
2016-07-20strip back openssl ciphers:jmc1-106/+60
2016-07-19strip back openssl ca: in particular remove some excessively wordy sections,jmc1-337/+120
2016-07-18don't mix code and decls, ok tedu@bcook2-4/+6
2016-07-17use memset to initialize the unionbcook2-4/+8
2016-07-17remove unused OPENSSL_NO_OBJECT casebcook2-28/+2
2016-07-17Initialize buffers before use, noted by Kinichiro Inoguchi.bcook2-14/+14
2016-07-17strip back asn1parse; ok beck jsingjmc1-108/+27
2016-07-16Clean up OCSP_check_validity() a bit more.beck2-22/+20
2016-07-16since we no longer pull source directly from openssl, the time isjmc1-427/+57
2016-07-16Limit the support of the "backward compatible" ssl2 handshake to only bebeck2-2/+18
2016-07-13Adjust existing tls_config_set_cipher() callers for TLS cipher groupjsing1-2/+2
2016-07-13Split the existing TLS cipher suite groups into four:jsing3-11/+22
2016-07-13Fix usage() output and getopt sortingguenther1-6/+6
2016-07-10zero the read buffer after copying data to user so it doesn't linger.tedu2-2/+4
2016-07-07Revert previous since the libtls change has been reverted.jsing1-16/+24
2016-07-07Revert previous - it introduces problems with a common privsep use case.jsing3-72/+35
2016-07-07add ca cert error check and make the path configurablebcook1-1/+9
2016-07-07call BN_init on temporaries to avoid use-before-set warningsbcook6-6/+28
2016-07-06J/j is a three valued option, document and fix code to actuall support thatotto1-3/+5
2016-07-06Check that the given ciphers string is syntactically valid and results injsing1-1/+17
2016-07-06Remove manual file loading (now that libtls does this for us) and adjustjsing1-24/+16
2016-07-06Always load CA, key and certificate files at the time the configurationjsing3-35/+72
2016-07-06Correctly handle an EOF that occurs prior to the TLS handshake completing.jsing1-3/+6
2016-07-05remove extra assignment of s from 1.11, fix regression testbcook1-2/+1
2016-07-05remove unneeded duplicate call - spotted by jsing@beck2-6/+2
2016-07-05On systems where we do not have BN_ULLONG defined (most 64-bit systems),bcook8-26/+111
2016-07-05Add several fixes from OpenSSL to make OCSP work with intermediatebeck2-20/+48
2016-07-05make less awful.. test against cloudflare toobeck2-9/+19
2016-07-04Add a nasty little ocsp regress test in the hope pedants will make it better.beck3-1/+140
2016-07-02do not uppercase "hop limit";jmc1-4/+4
2016-07-01Simplify IP proto-specific sockopt error handling.bcook1-34/+26
2016-06-30Tighten behavior of _rs_allocate failure for portable arc4random implementati...bcook14-14/+28