HEAD | 0fdf965 | review fixups for quic-hq-interop Reviewed-by: Sasa Nedvedicky <sashan@openssl.org> Reviewed-by: Viktor Dukhovni <viktor@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/25426) | 11 September 2024, 13:53:49 UTC |
refs/heads/OpenSSL-engine-0_9_6-stable | 2f81b64 | Recent changes from 0.9.6-stable. | 12 July 2004, 12:49:29 UTC |
refs/heads/OpenSSL-fips-0_9_7-stable | 55e8131 | Fix selftest. | 06 May 2004, 15:36:28 UTC |
refs/heads/OpenSSL-fips-0_9_8-stable | 6f93fd5 | fips/Makefile: $(CC) -dumpversion can't be used to identify gcc, HP C doesn't return error code in reply to -dumpversion. | 12 May 2009, 20:57:11 UTC |
refs/heads/OpenSSL-fips-1_2-stable | 0b603bc | VxWorks support. | 25 September 2011, 18:11:42 UTC |
refs/heads/OpenSSL-fips-2_0-dev | 7812800 | c6x/* "facelift": - make scripts executable; - "parameterize" platform selection in c6x/do_fips; - add c6x/fips_algvs.mak; - add c6x/run6x.js launcher for more recent CCS versions; Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Stephen Henson <steve@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4265) | 25 November 2016, 10:52:06 UTC |
refs/heads/OpenSSL-fips-2_0-stable | d11e6a4 | Add linux-mips32be target for new platform Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3300) (cherry picked from commit d674242a884368083bf1044cc4e6e30d8f452a50) | 25 April 2017, 12:15:14 UTC |
refs/heads/OpenSSL-fips2-0_9_7-stable | 7e98261 | Avoid use of "echo -n" some platforms don't support it. | 23 February 2007, 20:14:21 UTC |
refs/heads/OpenSSL_0_9_6-stable | 645a865 | Fixes so alerts are sent properly in s3_pkt.c PR: 851 [backport from OpenSSL_0_9_7-stable branch / head] | 03 May 2005, 23:03:26 UTC |
refs/heads/OpenSSL_0_9_7-stable | 9cbf440 | Fix incorrect command for assember file generation on IA64 Submitted by: Amadeu A. Barbosa Jr <amadeu@tecgraf.puc-rio.br> | 06 October 2008, 10:36:22 UTC |
refs/heads/OpenSSL_0_9_8-stable | 7474341 | Prepare for 0.9.8zi-dev Reviewed-by: Richard Levitte <levitte@openssl.org> | 03 December 2015, 15:00:54 UTC |
refs/heads/OpenSSL_0_9_8fg-stable | bfa33c7 | Release OpenSSL 0.9.8g with various fixes to issues introduced with 0.9.8f | 19 October 2007, 08:25:15 UTC |
refs/heads/OpenSSL_1_0_0-stable | 2700723 | ms/uplink-x86.pl: make it work. Reviewed-by: Richard Levitte <levitte@openssl.org> (cherry picked from commit 740b2b9a6cf31b02916a4d18f868e8a95934c083) | 09 February 2016, 10:53:11 UTC |
refs/heads/OpenSSL_1_0_1-stable | 4675a56 | apps/speed.c: Fix crash when config loading fails Move rsa_key initialization in front of load_config(). If loading the config fails, rsa_key isn't initialized and may cause invalid free() in the end: cleanup. Remove superfluous memset. Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (cherry picked from commit c003851783ed05e3fd5296786e1f8f6a63dc4f31) | 24 November 2016, 12:21:41 UTC |
refs/heads/OpenSSL_1_0_2-stable | 12ad22d | Prepare for 1.0.2v-dev Reviewed-by: Paul Yang <kaishen.yy@antfin.com> | 20 December 2019, 13:10:12 UTC |
refs/heads/OpenSSL_1_1_0-stable | a3b54f0 | Fix no-ec2m in ec_curve.c (1.1.0) I made a mistake in d4a5dac9f9242c580fb9d0a4389440eccd3494a7 and inverted the GF2m and GFp calls in ec_point_get_affine_coordinates, this fixes it. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9873) | 11 September 2019, 22:57:47 UTC |
refs/heads/OpenSSL_1_1_1-stable | b372b1f | Prepare for 1.1.1x Reviewed-by: Matt Caswell <matt@openssl.org> Release: yes | 11 September 2023, 14:08:48 UTC |
refs/heads/SSLeay | dfeab06 | Import of old SSLeay release: SSLeay 0.9.1b (unreleased) | 21 December 1998, 11:00:56 UTC |
refs/heads/feature/dtls-1.3 | d5abf11 | Support dtls 1.3 downgrade mechanism Reviewed-by: Viktor Dukhovni <viktor@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23320) | 03 January 2024, 13:31:15 UTC |
refs/heads/feature/ech | 661f884 | Fixup conflicting SSL_R_ECH_REQUIRED Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/25435) | 11 September 2024, 15:41:30 UTC |
refs/heads/feature/quic-server | 6635f72 | Handle a couple of NULL QUIC ctx.qc values Now that we also QUIC server (listener) handles, we may have a NULL quic connection (ctx.qc), and so need to either return early or handle the NULL `qc` gracefully. Reviewed-by: Sasa Nedvedicky <sashan@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/25432) | 11 September 2024, 09:44:43 UTC |
refs/heads/master | 0fdf965 | review fixups for quic-hq-interop Reviewed-by: Sasa Nedvedicky <sashan@openssl.org> Reviewed-by: Viktor Dukhovni <viktor@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/25426) | 11 September 2024, 13:53:49 UTC |
refs/heads/openssl-3.0 | e88dfd5 | Add Missing Error Messages for AES-OCB Tag Length Validation Related to #8331 Addressing found issues by adding specific error messages to improve feedback when tag length checks fail for the `EVP_CTRL_AEAD_SET_TAG` parameter in the AES-OCB algorithm. - Added PROV_R_INVALID_TAG_LENGTH error to indicate when the current tag length exceeds the maximum tag length of the algorithm. - Added `PROV_R_INVALID_TAG_LENGTH` error to indicate when the current tag length in the context does not match a custom tag length provided as a parameter. - Added `ERR_R_PASSED_INVALID_ARGUMENT` error to handle cases where an invalid pointer is passed in encryption mode. Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/25425) (cherry picked from commit 645edf50f0274448174d9739543bf01b1708b2f5) | 10 September 2024, 19:24:59 UTC |
refs/heads/openssl-3.1 | dd5fb90 | Add Missing Error Messages for AES-OCB Tag Length Validation Related to #8331 Addressing found issues by adding specific error messages to improve feedback when tag length checks fail for the `EVP_CTRL_AEAD_SET_TAG` parameter in the AES-OCB algorithm. - Added PROV_R_INVALID_TAG_LENGTH error to indicate when the current tag length exceeds the maximum tag length of the algorithm. - Added `PROV_R_INVALID_TAG_LENGTH` error to indicate when the current tag length in the context does not match a custom tag length provided as a parameter. - Added `ERR_R_PASSED_INVALID_ARGUMENT` error to handle cases where an invalid pointer is passed in encryption mode. Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/25425) (cherry picked from commit 645edf50f0274448174d9739543bf01b1708b2f5) | 10 September 2024, 19:24:59 UTC |
refs/heads/openssl-3.2 | a5170a8 | Add Missing Error Messages for AES-OCB Tag Length Validation Related to #8331 Addressing found issues by adding specific error messages to improve feedback when tag length checks fail for the `EVP_CTRL_AEAD_SET_TAG` parameter in the AES-OCB algorithm. - Added PROV_R_INVALID_TAG_LENGTH error to indicate when the current tag length exceeds the maximum tag length of the algorithm. - Added `PROV_R_INVALID_TAG_LENGTH` error to indicate when the current tag length in the context does not match a custom tag length provided as a parameter. - Added `ERR_R_PASSED_INVALID_ARGUMENT` error to handle cases where an invalid pointer is passed in encryption mode. Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/25425) (cherry picked from commit 645edf50f0274448174d9739543bf01b1708b2f5) | 10 September 2024, 19:24:59 UTC |
refs/heads/openssl-3.3 | 810682d | Add Missing Error Messages for AES-OCB Tag Length Validation Related to #8331 Addressing found issues by adding specific error messages to improve feedback when tag length checks fail for the `EVP_CTRL_AEAD_SET_TAG` parameter in the AES-OCB algorithm. - Added PROV_R_INVALID_TAG_LENGTH error to indicate when the current tag length exceeds the maximum tag length of the algorithm. - Added `PROV_R_INVALID_TAG_LENGTH` error to indicate when the current tag length in the context does not match a custom tag length provided as a parameter. - Added `ERR_R_PASSED_INVALID_ARGUMENT` error to handle cases where an invalid pointer is passed in encryption mode. Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/25425) (cherry picked from commit 645edf50f0274448174d9739543bf01b1708b2f5) | 10 September 2024, 19:24:59 UTC |
refs/heads/openssl-3.4 | 8e433c7 | docs: Correct bad link to provider-keymgmt(7) in provider-signature(7) Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/25423) (cherry picked from commit 8e0d479b98357bb20ab1bd073cf75f7d42531553) | 13 September 2024, 04:25:26 UTC |
refs/heads/tls1.3-draft-18 | 669c623 | Update PR#3925 Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3925) | 13 July 2017, 18:09:19 UTC |
refs/heads/tls1.3-draft-19 | d4d9864 | Update PR#3925 Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3925) | 13 July 2017, 18:09:19 UTC |
refs/tags/AFTER_COMPAQ_PATCH | a13ec67 | This commit was manufactured by cvs2svn to create tag 'AFTER_COMPAQ_PATCH'. | 22 May 2002, 11:27:43 UTC |
refs/tags/BEFORE_COMPAQ_PATCH | fe87677 | This commit was manufactured by cvs2svn to create tag 'BEFORE_COMPAQ_PATCH'. | 21 May 2002, 08:59:59 UTC |
refs/tags/BEFORE_engine | 1df586b | Add a note about the recent DSO changes in CHANGES. | 26 October 2000, 20:02:33 UTC |
refs/tags/BEN_FIPS_TEST_1 | f25b0dd | Another stupid diff. | 08 October 2003, 13:12:50 UTC |
refs/tags/BEN_FIPS_TEST_2 | fdf12fd | Change scary wording. | 22 October 2003, 11:28:25 UTC |
refs/tags/BEN_FIPS_TEST_3 | ffe8370 | Targets build too fast. | 28 October 2003, 14:56:14 UTC |
refs/tags/BEN_FIPS_TEST_4 | c7f3865 | This commit was manufactured by cvs2svn to create tag 'BEN_FIPS_TEST_4'. | 06 January 2004, 18:02:33 UTC |
refs/tags/BEN_FIPS_TEST_5 | e6738d4 | Improve test suite. | 02 February 2004, 15:25:30 UTC |
refs/tags/BEN_FIPS_TEST_6 | 543e15a | This commit was manufactured by cvs2svn to create tag 'BEN_FIPS_TEST_6'. | 13 December 2004, 22:48:02 UTC |
refs/tags/BEN_FIPS_TEST_7 | fe707c3 | Summarize recent backports in CHANGES. | 20 December 2004, 13:21:25 UTC |
refs/tags/BEN_FIPS_TEST_8 | 20a4136 | Synchronise with Unix build. | 24 May 2005, 03:50:47 UTC |
refs/tags/FIPS_098_TEST_1 | a334b04 | Update ordinals. | 02 July 2007, 12:10:06 UTC |
refs/tags/FIPS_098_TEST_2 | 0712210 | Typo. | 19 July 2007, 21:44:25 UTC |
refs/tags/FIPS_098_TEST_3 | 03b7b46 | Cleaner check of self test status. | 19 August 2007, 12:49:07 UTC |
refs/tags/FIPS_098_TEST_4 | 4d27e3d | Make tesfipsssl pass. | 21 August 2007, 15:26:51 UTC |
refs/tags/FIPS_098_TEST_5 | 7c78f06 | Remove [BL]_ENDIAN from no-asm builds. | 29 August 2007, 18:51:14 UTC |
refs/tags/FIPS_098_TEST_6 | 437bafa | Update mkfipsscr.pl to handle CFB1 mode. | 07 September 2007, 11:24:25 UTC |
refs/tags/FIPS_098_TEST_7 | e6e5592 | Make mkfipsscr.pl options consistent across platforms. | 22 September 2007, 12:43:13 UTC |
refs/tags/FIPS_098_TEST_8 | 2f9048b | Disable CFB1 tests. | 05 October 2007, 17:35:26 UTC |
refs/tags/FIPS_TEST_10 | bb67f28 | Move fips_test_suite rules from fips/Makefile to test/Makefile. | 27 June 2005, 22:08:58 UTC |
refs/tags/FIPS_TEST_9 | 3da3c85 | Fix typos and add missing lines in Makefile. | 07 June 2005, 14:08:54 UTC |
refs/tags/LEVITTE_after_const | 828f94d | This commit was manufactured by cvs2svn to create tag 'LEVITTE_after_const'. | 15 March 2004, 23:15:27 UTC |
refs/tags/LEVITTE_before_const | 3e35b3a | This commit was manufactured by cvs2svn to create tag 'LEVITTE_before_const'. | 15 March 2004, 23:02:56 UTC |
refs/tags/OpenSSL-engine-0_9_6 | 47dc5a1 | Merge from main trunk. | 24 September 2000, 16:04:36 UTC |
refs/tags/OpenSSL-engine-0_9_6-beta1 | da867a5 | Time to build the beta of the engine branch. Change version number texts accordingly. | 11 September 2000, 13:28:35 UTC |
refs/tags/OpenSSL-engine-0_9_6-beta2 | ce69907 | The rest of the merge in of the main trunk, a few conflicts resolved. | 17 September 2000, 20:37:33 UTC |
refs/tags/OpenSSL-engine-0_9_6-beta3 | 27f00db | Time to build beta 3 [engine]. Bump version numbers accordingly. | 21 September 2000, 09:27:54 UTC |
refs/tags/OpenSSL-engine-0_9_6a | 5a9c441 | Release OpenSSL 0.9.6a [engine] The tag will be OpenSSL-engine-0_9_6a | 05 April 2001, 17:48:04 UTC |
refs/tags/OpenSSL-engine-0_9_6a-beta1 | c4af8da | Release Beta 1 of OpenSSL 0.9.6a [engine]. | 13 March 2001, 16:39:22 UTC |
refs/tags/OpenSSL-engine-0_9_6a-beta2 | a307eeb | Release OpenSSL 0.9.6a beta2 [engine]. The tag will be OpenSSL-engine-0_9_6a-beta2. | 21 March 2001, 21:26:59 UTC |
refs/tags/OpenSSL-engine-0_9_6a-beta3 | 422830e | make update | 30 March 2001, 16:02:44 UTC |
refs/tags/OpenSSL-engine-0_9_6b | 7b24a1a | Add security patch and create release. Tags will be OpenSSL_0_9_6b and OpenSSL-engine-0_9_6b | 09 July 2001, 14:39:46 UTC |
refs/tags/OpenSSL-engine-0_9_6c | 02a473e | This commit was manufactured by cvs2svn to create tag 'OpenSSL-engine- 0_9_6c'. | 15 February 2002, 07:41:44 UTC |
refs/tags/OpenSSL-engine-0_9_6d | e0b1102 | Merge the version changes from 0.9.6-stable. The tag for this branch will be OpenSSL-engine-0_9_6d | 09 May 2002, 23:12:12 UTC |
refs/tags/OpenSSL-engine-0_9_6d-beta1 | a5232ab | Merge in the latest changes from 0.9.6-stable, including the version updates. The tags will be OpenSSL_0_9_6d-beta1 and OpenSSL-engine-0_9_6d-beta1. | 17 April 2002, 12:52:33 UTC |
refs/tags/OpenSSL-engine-0_9_6e | 6cae350 | Release 0.9.6e Submitted by: Reviewed by: PR: | 30 July 2002, 10:39:36 UTC |
refs/tags/OpenSSL-engine-0_9_6f | 8246c06 | Recent changes. Time to release 0.9.6f [engine]. The tag will be OpenSSL-engine-0_9_6f. | 08 August 2002, 21:44:13 UTC |
refs/tags/OpenSSL-engine-0_9_6g | e463ade | Time for release. The tag will be OpenSSL-engine-0_9_6g. | 09 August 2002, 11:49:15 UTC |
refs/tags/OpenSSL-engine-0_9_6h | c086616 | make update Time to release 0.9.6h [engine]. The tag will be OpenSSL-engine-0_9_6h. | 05 December 2002, 22:50:32 UTC |
refs/tags/OpenSSL-engine-0_9_6i | acc6c94 | All kinds of changes from 0.9.6-stable. Time to release 0.9.6i [engine]. The tag will be OpenSSL-engine-0_9_6i. | 19 February 2003, 12:45:18 UTC |
refs/tags/OpenSSL-engine-0_9_6j | 5aeaff0 | Time to release OpenSSL 0.9.6j [engine]. The tag will be OpenSSL-engine-0_9_6j. | 10 April 2003, 20:43:00 UTC |
refs/tags/OpenSSL-engine-0_9_6k | 166f9b6 | Changes for release | 30 September 2003, 12:10:07 UTC |
refs/tags/OpenSSL-engine-0_9_6l | 99ed4cb | Stop bug triggering large recursion when presented with certain ASN.1 tags (CAN-2003-0851) | 04 November 2003, 11:33:12 UTC |
refs/tags/OpenSSL-engine-0_9_6m | 36800c3 | Fix null-pointer assignment in do_change_cipher_spec() revealed by using the Codenomicon TLS Test Tool (CAN-2004-0079) Prepare for 0.9.6m release Submitted by: Steven Henson Reviewed by: Joe Orton Approved by: Mark Cox | 17 March 2004, 11:45:35 UTC |
refs/tags/OpenSSL-fips-1_2_0 | 2f9048b | Disable CFB1 tests. | 05 October 2007, 17:35:26 UTC |
refs/tags/OpenSSL-fips-1_2_1 | d132146 | Add crossbuild patch to 1.2 FIPS branch. | 25 September 2011, 15:51:57 UTC |
refs/tags/OpenSSL-fips-1_2_2 | 6d0a521 | Add support for Android platform and specifically Droid II. | 25 September 2011, 16:49:41 UTC |
refs/tags/OpenSSL-fips-1_2_3 | 0b603bc | VxWorks support. | 25 September 2011, 18:11:42 UTC |
refs/tags/OpenSSL-fips-2_0 | 1de6a62 | revert fipslink.pl unlink retry change | 18 January 2012, 15:07:11 UTC |
refs/tags/OpenSSL-fips-2_0-pl1 | 3b4f1f3 | update DRBG to handle new file format | 19 October 2012, 20:53:35 UTC |
refs/tags/OpenSSL-fips-2_0-rc1 | cea5540 | This commit was manufactured by cvs2svn to create tag 'OpenSSL-fips- 2_0-rc1'. | 26 October 2011, 16:46:21 UTC |
refs/tags/OpenSSL-fips-2_0-rc2 | 3b4fb53 | fclose streams in fips_drbvs.c Produced error message for unsupported curves in fips_ecdhvs.c | 09 November 2011, 14:23:17 UTC |
refs/tags/OpenSSL-fips-2_0-rc3 | c08128a | prepare for RC3 | 18 November 2011, 18:50:57 UTC |
refs/tags/OpenSSL-fips-2_0-rc4 | 0e508c1 | prepare for rc4 | 19 November 2011, 17:04:28 UTC |
refs/tags/OpenSSL-fips-2_0-rc5 | 9bd2dde | prepare for rc5 | 25 November 2011, 16:27:19 UTC |
refs/tags/OpenSSL-fips-2_0-rc6 | 81fc8cd | prepare for RC6 | 04 December 2011, 21:29:08 UTC |
refs/tags/OpenSSL-fips-2_0-rc7 | 49dbcba | Prepare for RC7. | 12 December 2011, 13:44:05 UTC |
refs/tags/OpenSSL-fips-2_0-rc8 | 24fadf2 | typo | 03 January 2012, 19:43:06 UTC |
refs/tags/OpenSSL-fips-2_0-rc9 | 1de6a62 | revert fipslink.pl unlink retry change | 18 January 2012, 15:07:11 UTC |
refs/tags/OpenSSL-fips-2_0_1 | 7049d13 | update CHANGES | 04 October 2012, 14:10:12 UTC |
refs/tags/OpenSSL_0_9_1c | 320a14c | *** empty log message *** | 23 December 1998, 12:09:47 UTC |
refs/tags/OpenSSL_0_9_2b | 8af354d | Ops, interrupted commit. Fixed | 22 March 1999, 16:27:02 UTC |
refs/tags/OpenSSL_0_9_3 | 09befa1 | Here we go: prepare to roll 0.9.3. | 24 May 1999, 20:52:13 UTC |
refs/tags/OpenSSL_0_9_3a | 033d858 | Oops! | 29 May 1999, 14:14:56 UTC |
refs/tags/OpenSSL_0_9_3beta1 | 35b3515 | This commit was manufactured by cvs2svn to create tag 'OpenSSL_0_9_3beta1'. | 20 May 1999, 19:33:47 UTC |
refs/tags/OpenSSL_0_9_3beta2 | 24abc46 | Prepare for final(?) beta. | 23 May 1999, 16:35:29 UTC |
refs/tags/OpenSSL_0_9_4 | 2c720c7 | Bump version to 0.9.4 | 09 August 1999, 10:40:38 UTC |
refs/tags/OpenSSL_0_9_5 | b6079a7 | This commit was manufactured by cvs2svn to create tag 'OpenSSL_0_9_5'. | 25 May 2000, 13:20:13 UTC |
refs/tags/OpenSSL_0_9_5a | 5e61580 | Version and name changes, and a last minute changelog | 01 April 2000, 11:15:15 UTC |
refs/tags/OpenSSL_0_9_5a-beta1 | fc450b2 | Beta 1 of 0.9.5a building. | 20 March 2000, 07:36:22 UTC |
refs/tags/OpenSSL_0_9_5a-beta2 | 9719798 | I almost forgot... | 23 March 2000, 21:12:50 UTC |