summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-09-10major bump (same type of crank as libssl)Theo Buehler
2021-09-10bump major after symbol addition and struct removal, struct visibilityTheo Buehler
2021-09-10Update Symbols.list after API additionsTheo Buehler
2021-09-10Bump minor after symbol additionTheo Buehler
2021-09-10Add BN_bn2{,le}binpad(), BN_lebin2bn(), EC_GROUP_order_bits to Symbols.listTheo Buehler
2021-09-10Move SSL_set0_rbio() outside of LIBRESSL_HAS_TLS1_3Theo Buehler
2021-09-10Expose SSL_get_tlext_status_type() in tls1.hTheo Buehler
2021-09-10Expose SSL_R_NO_APPLICATION_PROTOCOL in ssl.hTheo Buehler
2021-09-10Expose SSL_CTRL_GET_TLSEXT_STATUS_REQ_TYPE in ssl.hTheo Buehler
2021-09-10Expose SSL_CTX_get0_privatekey() in ssl.hTheo Buehler
2021-09-10Remove TLS1_get_{,client_}version()Theo Buehler
2021-09-10Remove SSL3_RECORD and SSL3_BUFFERTheo Buehler
2021-09-10Remove TLS1_RT_HEARTBEATTheo Buehler
2021-09-10Make SSL opaqueTheo Buehler
2021-09-10Remove struct tls_session_ticket_ext_st and TLS_SESSION_TICKET_EXTTheo Buehler
2021-09-10Uncomment LIBRESSL_HAS_{TLS1_3,DTLS1_2} in opensslfeatures.hTheo Buehler
2021-09-10Use BN_RAND_* instead of mysterious values in the documentation ofTheo Buehler
2021-09-10Expose EC_GROUP_order_bits() in <openssl/ec.h>Theo Buehler
2021-09-10Expose BN_bn2{,le}binpad() and BN_lebin2bn() in <openssl/bn.h>Theo Buehler
2021-09-10Expose BN_RAND_* in <openssl/bn.h>Theo Buehler
2021-09-10Do not ignore SSL_TLSEXT_ERR_FATAL from the ALPN callbackTheo Buehler
2021-09-10Prepare to provide BN_RAND_* flags for BN_rand_range()Theo Buehler
2021-09-10Prepare to provide SSL_CTX_get0_privatekey()Theo Buehler
2021-09-10annotate what symbols are used from sys/param.h lines, or delete themTheo de Raadt
2021-09-10nothing from sys/param.h is usedTheo de Raadt
2021-09-10the SunOS lseek 4G wraparound workaround is not needed, consequentlyTheo de Raadt
2021-09-09When calling the legacy callback, ensure we catch the case where itBob Beck
2021-09-08Prepare to provide EC_GROUP_order_bits()Theo Buehler
2021-09-08Provide SSL_SESSION_is_resumable and SSL_set_psk_use_session_callback stubsTheo Buehler
2021-09-08Prepare to provide API stubs for PHATheo Buehler
2021-09-08Zap _THIS_PORT helper for printf("%n") tracking in ports landJeremie Courreges-Anglas
2021-09-08Fix leak in cms_RecipientInfo_kekri_decrypt()Theo Buehler
2021-09-08Prepare to provide SSL_get_tlsext_status_type()Theo Buehler
2021-09-08Prepare to provide SSL_set0_rbio()Theo Buehler
2021-09-08Prepare to provide BN_bn2{,le}binpad() and BN_lebin2bn()Theo Buehler
2021-09-08Replace bare ; with continue;Job Snijders
2021-09-08Fix indentation of comments and labelsJob Snijders
2021-09-07Replace (&(x)) pattern with &xJob Snijders
2021-09-07KNFJob Snijders
2021-09-07synchronize tcpdump.8 and pcap-filter.5 primitives documentationDenis Fondras
2021-09-06document EFAULT, and replace all 'It Er' errno with 'It Bq Er'Theo de Raadt
2021-09-04Factor out the TLSv1.3 code that handles content from TLS records.Joel Sing
2021-09-04Refactor ssl_update_cache. This now matches the logic used for TLS 1.3Bob Beck
2021-09-04Improve DTLS hello request handling code.Joel Sing
2021-09-04Change dtls1_get_message_header() to take a CBS.Joel Sing
2021-09-04Improve DTLS record header parsing.Joel Sing
2021-09-03Add X509 Extensions for IP Addresses and AS IdentifiersJob Snijders
2021-09-03* add the missing STANDARDS section as noticed by tb@Ingo Schwarze
2021-09-03Use SSL3_HM_HEADER_LENGTH instead of the magic number 4.Joel Sing
2021-09-03Ensure that a server hello does not have trailing data.Joel Sing