openssl.git
2021-08-18 Nicola Tuveri[github-ci][ci.yml] Disable pyca external tests
2021-08-18 Nicola Tuveri[github-ci][ci.yml] Disable krb5 external tests
2021-08-18 Nicola Tuveri[github-ci][cross-compiles.yml] Disable sparcv9
2021-08-18 Nicola Tuveri[github-ci] Import run-checker daily workflow from...
2021-08-18 Nicola Tuveri[github-ci] Import run-checker workflows from master
2021-08-18 Nicola Tuveri[github-ci] Import cross-compiles.yml workflow from...
2021-08-18 Nicola Tuveri[github-ci] Import windows.yml workflow from master
2021-08-18 Nicola Tuveri[github-ci] Sync ci.yml workflow with master
2021-08-18 Paulipkcs12: check for zero length digest to avoid division...
2021-08-16 Ingo FranzkiTest EVP Cipher updating the context's IV
2021-08-16 Ingo Franzkis390x: AES OFB/CFB: Maintain running IV from cipher...
2021-08-16 Todd ShortFix potential double-free
2021-08-13 Tomas MrazRevert "TEST: Check that i2d refuses to encode non...
2021-08-13 Tomas MrazRevert "ASN.1: Refuse to encode to DER if non-optional...
2021-08-13 Tomas MrazRevert "Fix test/asn1_encode_test.c to not use ASN1_FBO...
2021-08-13 Tomas MrazRevert "Fix test/asn1_encode_test.c to handle encoding...
2021-08-13 Tomas MrazRevert "make update (adds a new function code)"
2021-08-05 Billy Brumley[doc/man3] documentation: BN_cmp manpage updates
2021-07-23 Tomas MrazDSA/RSA_print(): Fix potential memory leak
2021-07-20 Ingo SchwarzeFix a read buffer overrun in X509_aux_print().
2021-07-20 Matt CaswellFix some minor record layer issues
2021-07-16 Matt CaswellDisallow SSL_key_update() if there are writes pending
2021-07-16 Matt CaswellDon't reset the packet pointer in ssl3_setup_read_buffer
2021-07-14 Daiki Uenoapps: Use the first detected address family if IPv6...
2021-07-13 Richard LevitteAvoid empty lines in nmake rule bodies
2021-07-13 Daiki UenoBIO_lookup_ex: use AI_ADDRCONFIG only if explicit host...
2021-07-12 Matt CaswellAvoid "excessive message size" for session tickets
2021-07-10 Richard Levittemake update (adds a new function code)
2021-07-10 Richard LevitteFix test/asn1_encode_test.c to handle encoding/decoding...
2021-07-10 Richard LevitteFix test/asn1_encode_test.c to not use ASN1_FBOOLEAN
2021-07-10 Richard LevitteASN.1: Refuse to encode to DER if non-optional items...
2021-07-10 Richard LevitteTEST: Check that i2d refuses to encode non-optional...
2021-07-09 Matt CaswellFix s_server PSK handling
2021-07-08 Paulitest: add test for auto DH security level meets the...
2021-07-08 Paulissl: do not choose auto DH groups that are weaker than...
2021-07-08 Oliver MihatschFix memory leak in i2d_ASN1_bio_stream
2021-07-07 Paulibn: procduce correct sign for result of BN_mod()
2021-07-01 Tomas Mrazdoc: Mention the update of der data pointers in d2i/i2d
2021-06-30 David BenjaminFix use of uninitialized memory in test_rsa_oaep
2021-06-29 David CARLIERapple getentropy removal
2021-06-29 luyahanAdd riscv64 target
2021-06-29 Lars ImmischUse getauxval on Android with API level > 18
2021-06-23 yunhenable getauxval on android 10
2021-06-11 Richard LevitteClean away remaining Travis related files
2021-06-10 Patrick SteuerTest EVP_CipherInit sequences and resets
2021-06-10 Patrick Steuers390x: cipher must set EVP_CIPH_ALWAYS_CALL_INIT flag
2021-06-04 Matt CaswellOnly call dtls1_start_timer() once
2021-06-03 bonniegongCheck the return value of ASN1_STRING_length
2021-06-02 Dr. David von... ee-self-signed.pem: Restore original version, adding...
2021-06-02 Trev LarockModify ssl_handshake_hash to call SSLfatal
2021-05-29 Tomas MrazPut init_ec_point_formats() inside #ifndef OPENSSL_NO_EC
2021-05-27 Todd ShortCall SSLfatal when the generate_ticket_cb returns 0
2021-05-27 Shane Lontiss_client.pod: Fix grammar in NOTES section.
2021-05-21 Dmitry BelyavskiyCleanup the peer point formats on regotiation
2021-05-21 Jean-Philippe... Properly restore XMM registers in ChaCha20's AVX-512...
2021-05-21 Christian HeimesInherit hostflags verify params even without hosts
2021-05-17 Theo BuehlerTest oct2point for hybrid point encoding of (0, y)
2021-05-17 Theo BuehlerAvoid division by zero in hybrid point encoding
2021-05-14 Benjamin KadukUpdate expected results for tls13kexmodes tests
2021-05-14 Benjamin KadukDon't send key_share for PSK-only key exchange
2021-05-14 Benjamin Kadukmake update
2021-05-14 Benjamin KadukImprove RFC 8446 PSK key exchange mode compliance
2021-05-14 bonniegongcheck i2d_ASN1_TYPE return value
2021-05-13 Dmitry BelyavskiyTesting private keys with extra attributes
2021-05-13 Dmitry BelyavskiyTry to parse private key as PKCS#8 first, fallback...
2021-05-09 David CarlierBIO_listen: disable setting ipv6_v6only on OpenBSD...
2021-05-06 Dmitry BelyavskiyAvoid sending alerts after shutdown
2021-05-05 Fred HornseySupport for Android NDK r22
2021-05-04 Dmitry BelyavskiyUse OCSP-specific error code for clarity
2021-04-30 Hubert Karioman: s_server: fix typo in -alpn option description
2021-04-27 Shane LontisTest that we don't have a memory leak in d2i_ASN1_OBJECT.
2021-04-27 Richard LevitteASN1: Ensure that d2i_ASN1_OBJECT() frees the strings...
2021-04-23 Richard LevitteDon't remove $(TARFILE) when cleaning
2021-04-23 Tomas MrazCorrect the return value on match and mismatch for...
2021-04-23 Tomas MrazTest that EVP_PKEY_cmp() returns 1 when comparing a...
2021-04-22 Niclas RosenvikSome compilers define __STDC_VERSION__ in c++
2021-04-20 Pauliengine: fix double free on error path.
2021-04-20 Paulits: fix double free on error path.
2021-04-20 Paulisrp: fix double free,
2021-04-13 Todd ShortHandle set_alpn_protos inputs better.
2021-04-09 Dave Coombscrl2pkcs7 shouldn't include empty optional sets
2021-04-09 Nan XiaoFix typos in x509.pod
2021-04-06 Nan XiaoFix potential double free in sslapitest.c
2021-04-01 Nan XiaoRemove unnecessary BIO_do_handshake()s
2021-03-30 Mohamed Akramdoc: fix enc -z option documentation
2021-03-30 Alex YurshaPrint correct error message in utils/mkdir-p.pl
2021-03-30 Nan XiaoFix typo in BIO_push.pod
2021-03-30 Nan XiaoFix BIO_new_ssl_connect() to not leak memory
2021-03-25 Matt CaswellPrepare for 1.1.1l-dev
2021-03-25 Matt CaswellPrepare for 1.1.1k release OpenSSL_1_1_1k
2021-03-25 Matt CaswellUpdate copyright year
2021-03-25 Matt CaswellUpdate CHANGES and NEWS for new release
2021-03-25 Matt CaswellEnsure buffer/length pairs are always in sync
2021-03-25 Peter Kaestlessl sigalg extension: fix NULL pointer dereference
2021-03-25 Matt CaswellAdd a test for CVE-2021-3449
2021-03-25 Matt CaswellTeach TLSProxy how to encrypt <= TLSv1.2 ETM records
2021-03-25 Tomas Mrazcheck_chain_extensions: Do not override error return...
2021-03-22 Chenglong ZhangFix missing INVALID_EXTENSION
2021-03-21 Richard LevitteASN1: Reset the content dump flag after dumping
2021-03-20 Matt CaswellAdd a missing RUN_ONCE in rand_lib.c
next