summaryrefslogtreecommitdiff
path: root/lib/libssl
AgeCommit message (Expand)Author
2023-02-16libressl *_namespace.h: adjust *_ALIAS() to require a semicolonTheo Buehler
2022-12-26fix another typo in comment in a line touched by the last commit (thisStuart Henderson
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2010-10-01import OpenSSL-1.0.0aDamien Miller
2022-12-18document the interaction with BIO_dup_chain(3)Ingo Schwarze
2022-12-11Add a small blurb on @SECLEVEL=nTheo Buehler
2022-11-26Make header guards of internal headers consistentTheo Buehler
2022-11-26Make internal header file names consistentTheo Buehler
2022-11-23Reverse arguments in CBS_dup()Theo Buehler
2022-11-13Bump libssl minor to match libcryptoTheo Buehler
2022-11-11Convert the legacy TLS stack to tls_content.Joel Sing
2022-11-11Symbols.list: Drop comments and sort.Theo Buehler
2022-11-11Add support for symbol hiding disabled by default.Bob Beck
2022-11-10Use tls_buffer for alert and handshake fragments in the legacy stack.Joel Sing
2022-11-09Sync CBS_strdup() documentation update from libcrypto.Joel Sing
2022-11-07Rewrite TLSv1.2 key exporter.Joel Sing
2022-11-07Move tls13_exporter() code.Joel Sing
2022-10-21Add extra NULL check after ssl3_setup_read_buffer()Theo Buehler
2022-10-20Initial parsing of the NewSessionTicket messageTheo Buehler
2022-10-20Provide TLS13_MAX_TICKET_LIFETIME #defineTheo Buehler
2022-10-20Provide ssl_session_dup()Theo Buehler
2022-10-20Clean up resumption master secret in SSL_SESSION_free()Theo Buehler
2022-10-20Extend SSL_SESSION struct for TLSv1.3 PSKTheo Buehler
2022-10-20Annotate misuse of EVP_Digest()Theo Buehler
2022-10-14Error out if the out secret wasn't properly initializedTheo Buehler
2022-10-05unwrap two lines for readabilityTheo Buehler
2022-10-02Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.Joel Sing
2022-10-01Move handshake message handling functions from ssl_both.c to client/server.Joel Sing
2022-09-17Allow TLSv1.3 clients to send CCS without middlebox compatibility mode.Joel Sing
2022-09-17Link to SSL_read_early_data(3)Klemens Nanni
2022-09-11Enforce the minimum TLS version requirement for QUIC.Joel Sing
2022-09-11Crank major after symbol addition and libcrypto major bumpTheo Buehler
2022-09-11Update Symbols.listTheo Buehler
2022-09-11Expose SSL_get_share_{group,curve}() and related #definesTheo Buehler
2022-09-11Expose some error codes needed for QUIC supportTheo Buehler
2022-09-11Be stricter with middlebox compatibility mode in the TLSv1.3 server.Joel Sing
2022-09-11Only permit CCS messages if requesting middlebox compatibility mode.Joel Sing
2022-09-11Use CBS when procesing a CCS message in the legacy stack.Joel Sing
2022-09-11Ensure there is no trailing data for a CCS received by the TLSv1.3 stack.Joel Sing
2022-09-10Use CBS to parse TLS alerts in the legacy stack.Joel Sing
2022-09-10Provide a version of ssl_msg_callback() that takes a CBS.Joel Sing
2022-09-10fix repeated wordsJonathan Gray
2022-09-08ssl_cipher_process_rulestr: return early if a cipher command is invalidTodd C. Miller
2022-09-07ssl_cipher_process_rulestr: don't read outside rule_str bufferTodd C. Miller
2022-09-04Make ssl_create_cipher_list() have a single exitTheo Buehler
2022-09-01Check sk_SSL_CIPHER_push() return valueTheo Buehler
2022-08-31Recommit -r1.45 but without error checking EVP_PKEY_copy_parameters()Theo Buehler
2022-08-31Revert r1.46. Causes fireworks in regress.Theo Buehler
2022-08-31Avoid potential NULL dereference in ssl_set_pkey()Theo Buehler
2022-08-30Remove a commented-out sk_push that has been hanging around for > 20 yearsTheo Buehler