summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-11-21A touch of style(9)Tim van der Molen
2019-11-21Use explicit_bzero() to clear key materialTim van der Molen
2019-11-21zero tmpout too. reminded by related diff from timTed Unangst
2019-11-21overwrite the key in failure modes in case the caller doesn't check.Ted Unangst
2019-11-20Add accessors to change the buffer in a handshake message.Bob Beck
2019-11-20Fix rsa key output formatKinichiro Inoguchi
2019-11-19Sync documentation fixes from upstream:Damien Miller
2019-11-18Add prototypes for the functions that update application secretsBob Beck
2019-11-18Provide a clean interface for sending TLSv1.3 alerts.Joel Sing
2019-11-17Change tls13_record_layer_phh() to take a CBS as this avoids ownershipJoel Sing
2019-11-17Correct update of application traffic secrets to use an empty contextBob Beck
2019-11-17Bring back the ssl_shutdown internal method pointer.Joel Sing
2019-11-17Add a reference for the non-standard post-handshake handshake (PHH).Theo Buehler
2019-11-17Ensure that we are never operating in plaintext mode once the handshakeJoel Sing
2019-11-17Provide framework for sending alerts and post-handshake handshake messages.Joel Sing
2019-11-17indent with a tab instead of 8 spacesTheo Buehler
2019-11-17Move the TLSv1.3 server message handling stubs.Joel Sing
2019-11-17Add the initial framework for the TLSv1.3 server.Joel Sing
2019-11-17tls13_connect() should be static.Joel Sing
2019-11-17Fix backoff to legacy when in client auth mode.Bob Beck
2019-11-17Drop back to the legacy tls method if we are doing client authenticaitonBob Beck
2019-11-17Separate the callbacks for recieved and completed post handshake messagesBob Beck
2019-11-16Allow 1.3 ciphers in libtls.Bob Beck
2019-11-16Revert previous deduplication diff, I broke portable in a strange way.Bob Beck
2019-11-16Allow portable to override the default CA bundle locationBob Beck
2019-11-15Deduplicate some extension processing code.Bob Beck
2019-11-15Fix a segmentation fault in ncurses.Frederic Cambus
2019-11-15our older gcc requires forced -std=c99Theo de Raadt
2019-11-14LDADD for libcbor and libusbhidDamien Miller
2019-11-14extra whitespaceTheo de Raadt
2019-11-14add libcbor and libfido2Damien Miller
2019-11-14import libfido2 (git HEAD). This library allows communication withDamien Miller
2019-11-14Add libcbor; an implementation of the Concise Binary ObjectDamien Miller
2019-11-14Add missing cross-reference to NOTES section.Todd C. Miller
2019-11-12Now that libc.so has only five PLT entries on almost all our archs,Philip Guenther
2019-11-10Mark as 'protected' all the routines from the quad/ and softfloat/ subdirs,Philip Guenther
2019-11-05MPLSCTL_MAXINKLOOP (net.mpls.maxloop_inkernel) was removed. Adjust manpage.Claudio Jeker
2019-11-04Allow ip addresses as argument to SSL_set1_host() but be careful to notOtto Moerbeek
2019-11-04Reshuffle RSA_PSS_PARAMS and RSA_OAEP_PARAMS to avoid duplicate typedef.Joel Sing
2019-11-02Sort standard_methods by pkey_id.Kinichiro Inoguchi
2019-11-02CMS didn't make the 6.6 release: adjust the text in the HISTORY sectionsIngo Schwarze
2019-11-02.Xr CMS_ContentInfo_new 3Ingo Schwarze
2019-11-02.Xr BIO_new_CMS 3Ingo Schwarze
2019-11-02document PEM_read_CMS(3), PEM_read_bio_CMS(3), PEM_write_CMS(3), andIngo Schwarze
2019-11-02In Symbols.list rev. 1.91, jsing enabled many CMS functions.Ingo Schwarze
2019-11-02Bring back some icky buffer allocation code so that pkey_rsa_print()Joel Sing
2019-11-02Bump libcrypto, libssl and libtls minors due to symbol additions.Joel Sing
2019-11-02Provide RSA_PKCS1_OpenSSL().Joel Sing
2019-11-02Make RSA_padding_{add,check}_PKCS1_OAEP_mgf1() public.Joel Sing
2019-11-02Make RSA_OAEP_PARAMs public.Joel Sing