openssl.git
2019-11-09 Patrick Steuerbss_dgram.c: fix unaligned access
2019-11-09 Kurt RoeckxRSA generation: Use more bits of 1/sqrt(2)
2019-11-09 Bernd EdlingerFix a -Warray-bounds gcc warning in OPENSSL_DIR_read
2019-11-09 raniervfconf_def.c: Avoid calling strlen() in a loop
2019-11-08 Richard LevitteCleanup include/openssl/opensslv.h.in
2019-11-08 Rich SalzAdd ssl_ctx_test to test suite.
2019-11-08 Shane LontisAdd AES SIV ciphers to default provider
2019-11-07 Richard LevitteRefactor PEM_read_bio_{PrivateKey,Parameters,DHparams}
2019-11-07 Rich SalzAdd "sections" to -help output
2019-11-07 Richard LevitteAdd a test for EVP_PKEY_keymake() and EVP_PKEY_make()
2019-11-07 Richard LevitteAdd EVP functionality to create domain params and keys...
2019-11-07 Richard LevitteUpdate INSTALL to document the changed '--api' and...
2019-11-07 Richard Levitteinclude/openssl/asn1.h: Remove version dependent inclus...
2019-11-07 Richard LevitteUpdate the check surround the BN_zero() implementation
2019-11-07 Richard LevitteUpdate some inclusions of <openssl/macros.h>
2019-11-07 Richard Levitteinclude/openssl/opensslconf.h.in: remove spurious HEADE...
2019-11-07 Richard LevitteUpdate source files for pre-3.0 deprecation
2019-11-07 Richard LevitteUpdate source files for deprecation at 3.0
2019-11-07 Richard LevitteChange the logic and behaviour surrounding '--api'...
2019-11-06 Rich SalzStrip much out of ssl.pod
2019-11-06 Rich SalzAdd L<ssl(7)> to all SSL pages
2019-11-06 Rich SalzRemove outdated info from man7/ssl
2019-11-06 Matt CaswellTest EVP_get_[digest|cipher]byname() use the namemap
2019-11-06 Matt CaswellEnsure EVP_get_digestbyname() and EVP_get_cipherbyname...
2019-11-05 Richard Levittetest/recipes/02-test_ordinals.t: Take '?' and '?+'...
2019-11-05 Richard Levitteutil/mknum.pl: output stats on unassigned symbols
2019-11-05 Richard Levitteutil/mknum.pl: Call OpenSSL::Ordinals::renumber() for...
2019-11-05 Richard Levitteutil/mkdef.pl: writer_VMS(): handle symbols with no...
2019-11-05 Richard LevitteOpenSSL::Ordinals: when validating, collect statistics...
2019-11-05 Richard LevitteOpenSSL::Ordinals: add a renumber() function, to assign...
2019-11-05 Richard LevitteOpenSSL::Ordinals: Handle symbols with unassigned ordin...
2019-11-05 Richard Levitteutil/*.num: deassign ordinal numbers from new symbols
2019-11-05 Richard LevitteMinimal adaptation of tests back to how it was before
2019-11-05 Richard LevitteEVP: Make the SIGNATURE implementation leaner
2019-11-05 Richard LevitteEVP: Make the KEYEXCH implementation leaner
2019-11-05 Patrick Steuers390x assembly pack: process x25519 and x448 non-canoni...
2019-11-05 Patrick SteuerAdd self-generated test vector for x448 non-canonical...
2019-11-05 Patrick Steuers390x assembly pack: fix x448 handling of non-canonical...
2019-11-05 Patrick Steuers390x assembly pack: perlasm module update
2019-11-04 Matt CaswellDon't assume the type we read was the type we expected
2019-11-04 Matt CaswellDon't leak memory in the event of a failure in i2v_GENE...
2019-11-04 Paul YangFix no-sm2 issue
2019-11-03 Richard LevitteDocument added SSL functions related to X509_LOOKUP_store
2019-11-03 Richard LevitteX509_LOOKUP_store: Add CHANGES note
2019-11-03 Richard LevitteDocument X509_LOOKUP_store
2019-11-03 Richard LevitteAdapt two test programs that were using now deprecated...
2019-11-03 Richard LevitteAdd a basic test of -CAstore
2019-11-03 Richard LevitteOSSL_STORE: add tracing
2019-11-03 Richard LevitteAdd -CAstore and similar to all openssl commands that...
2019-11-03 Richard LevitteX509_LOOKUP_store: new X509_LOOKUP_METHOD that works...
2019-11-03 Richard LevitteOSSL_STORE: constify the criterion parameter a bit...
2019-11-03 Richard LevitteChange EVP_PKEY_CTX_new_provided() to take a library...
2019-11-03 Richard LevitteMake EVP_PKEY_CTX initialization more precise
2019-11-03 Patrick SteuerFix --strict-warnings build
2019-11-03 Patrick Steuers390x assembly pack: enable clang build
2019-11-03 Richard Levittedoc/man3/OSSL_PARAM.pod: Clarify return_size with integ...
2019-11-03 Richard Levittetest/params_api_test.c: Correct the checks of OSSL_PARA...
2019-11-03 Richard LevitteFix OSSL_PARAM_set_BN() to fill the given buffer correctly.
2019-11-03 Richard Levittetest/build.info: add missing inclusion for ssl_ctx_test
2019-11-02 Richard LevitteVMS: Added new method to gather entropy on VMS, based...
2019-11-02 Christian HeimesAdd test cases for min/max protocol API
2019-11-02 Richard LevitteConfigure: Make --strict-warnings meaningful with MSVC cl
2019-11-02 Richard LevitteBIO_s_connect: add an error state and use it
2019-11-02 PauliDRBG: add check for XOF so these can be disallowed...
2019-11-02 PauliDRBG: weaken the restriction on allowed digests.
2019-11-01 Patrick Steuers390x: fix build errors
2019-11-01 jayaramfix for Missing null check after OPENSSL_zalloc
2019-11-01 Patrick Steuermd4/md5: macros should not include the line following...
2019-11-01 Scott WilsonFix potential memory leak in dh_ameth.c
2019-10-31 Rich SalzFix L<> entries without sections
2019-10-31 Rich SalzInfrastructure for templated doc in POD files
2019-10-31 Richard Levitteevp_pkey_ctx_free_old_ops(): Make sure to assign NULL...
2019-10-31 Jakub ZelenkaFix SYNOPSIS for ASN1_ENUMERATED_get_int64 and ASN1_ENU...
2019-10-31 Billy Brumley[crypto/bn] fix a few small timing leaks in BN_lshift1...
2019-10-31 Kelvin LeeFix typo in cipher_chacha20_poly1305_hw.c.
2019-10-31 Tanzinul IslamFix find/rm command in Unix clean recipe
2019-10-31 John BaldwinDon't generate a MAC when using KTLS.
2019-10-31 John BaldwinFix BIO_get_ktls_send() and BIO_get_ktls_recv() to...
2019-10-31 John BaldwinSimplify NO_KTLS path in SSL_sendfile.
2019-10-31 Andrew GallatinBypass multiblock and send individual records when...
2019-10-31 Andrew GallatinAdd support for in-kernel TLS (KTLS) on FreeBSD.
2019-10-31 Richard Levittecrypto/evp/evp_fetch.c: Make it more prominent that...
2019-10-31 PauliKDF: use string names not macros to align with other...
2019-10-30 Dr. Matthias... Add a GitHub issue template for documentation issues
2019-10-30 Dr. Matthias... Add a GitHub issue template for questions
2019-10-30 Kelvin LeeFix undefined array OPENSSL_ia32cap_P.
2019-10-30 Pavel Karagodinapps/dgst.c: allocate a new signature buffer
2019-10-29 Dr. David von... chunk 5 of CMP contribution to OpenSSL
2019-10-28 Matt CaswellFix an s_server arbitrary file read issue on Windows
2019-10-28 Matt CaswellFix a copy&paste error in the TLSv1.3 server side PSK...
2019-10-28 PauliClarify the description of the NULL argument in SSL_set...
2019-10-28 Tobias NießenAllow EVP_PKEY_get0_RSA for RSA-PSS keys
2019-10-28 Johannes BauerCleanup hardcoded cipher suite codepoints in s_server
2019-10-25 Dr. Matthias... github: switch issue templates to new labels
2019-10-25 Dmitry BelyavskiyStrip BOM on loading PEM files
2019-10-24 Rich SalzFix broken links, mainly typo's
2019-10-24 Tomas Mraz20-test_enc_more.t: Replace deprecated -ciphers option...
2019-10-23 Rich SalzDocument "get/set-app-data" macros.
2019-10-23 Cesar Pereida... Enable runtime testing of no-deprecated builds in Travis
2019-10-23 Cesar Pereida... Update control logic for BN_gcd
next