index
:
netxduo.git
dev
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nx_secure
/
src
Age
Commit message (
Expand
)
Author
2026-05-28
Added support for parsing ASN.1 GeneralizedTime in X509 Certificates (#267)
Simon Scurrell
2026-05-28
Fixed issues in the PSK implementation (#386)
Frédéric Desbiens
2026-05-21
Added RSA-PSS signature verification support (TLS 1.3 with RSA cert) (#377)
Edouard Malot
2026-03-07
Updated copyright headers and version strings. Removed version history
Frédéric Desbiens
2026-03-06
Fixed ServerKeyExchange processing for PSK and non-PSK ciphersuites in nx_secure
Frédéric Desbiens
2026-03-06
Fixed build issue affecting nx_secure
Frédéric Desbiens
2025-10-01
Fixed ECDHE_PSK cipher suites implementation. (#342)
Frédéric Desbiens
2025-09-29
Merge commit from fork
Frédéric Desbiens
2025-09-29
Merge commit from fork
Frédéric Desbiens
2025-09-29
Merge commit from fork
Frédéric Desbiens
2025-09-29
Merge commit from fork
Frédéric Desbiens
2025-06-12
Generate pre master secret according to ECDHE_PSK
Igor Tomiatti
2025-06-12
Generate client key exchange according to ECDHE_PSK
Igor Tomiatti
2025-06-12
Support for ECDHE_PSK in process server key exchange
Igor Tomiatti
2025-05-27
patch for GHSA-8h38-qjhh-mf2h
cypherbridge
2025-05-27
patch for GHSA-5vrv-8j5h-h6h6
cypherbridge
2025-05-22
Add length check for supported versions extension and regression test
Huan Nguyen
2025-05-22
Move empty packet check in nx_secure_tls_session_send
Huan Nguyen
2025-05-22
Fix broken bounds check and add regression test
Huan Nguyen
2025-05-22
Move empty packet check in nx_secure_tls_session_send
Huan Nguyen
2025-03-18
Updated version numbers to 6.4.3
Frédéric Desbiens
2025-02-11
Forbid empty packets in TLS sending, remove debug prints and commented notes
Huan Nguyen
2025-02-11
Add debugging prints and commented notes
Huan Nguyen
2024-01-29
Update copyright.
Bo Chen (from Dev Box)
2023-10-23
Update on 23 Oct 2023. Expand to see details.
v6.3.0_rel
Tiejun Zhou
2023-06-30
Update on 30 Jun 2023. Expand to see details.
Tiejun Zhou
2023-05-12
Update on 12 May 2023. Expand to see details.
Tiejun Zhou
2023-03-08
Release 6.2.1 on 08 Mar 2023. Expand to see details.
v6.2.1_rel
Tiejun Zhou
2023-02-27
Update on 27 Feb 2023. Expand to see details.
Tiejun Zhou
2023-01-18
Update on 18 Jan 2023. Expand to see details.
Tiejun Zhou
2022-10-26
Release 6.2.0
Tiejun Zhou
2022-07-26
Release 6.1.12
v6.1.12_rel
Yuxin Zhou
2022-04-20
Release 6.1.11
v6.1.11_rel
Yuxin Zhou
2022-01-26
Release 6.1.10
v6.1.10_rel
Yuxin Zhou
2021-10-13
Release 6.1.9
v6.1.9_rel
Yuxin Zhou
2021-07-28
Release 6.1.8
v6.1.8_rel
Yuxin Zhou
2021-06-02
Release 6.1.7
v6.1.7_rel
Bo Chen
2021-04-03
Release 6.1.6
v6.1.6_rel
Yuxin Zhou
2021-02-28
Release 6.1.5
Yuxin Zhou
2021-02-02
Release 6.1.4
v6.1.4_rel
Yuxin Zhou
2021-01-07
update to v6.1.3
Scott Larson
2020-10-09
6.1 Release
Scott Larson
2020-08-14
apply 6.0.2 patch
v6.0.2_rel
Scott Larson
2020-07-13
updated to 6.0.1 and added additional processors/toolchains
v6.0.1_rel
Scott Larson
2020-05-11
Initial commit
PProvost