xca/widgets
Christian Hohnstaedt 60ca584266 Close #315 Support UPN type for EAP/802.1X certificates
Replace "UPN:" by "otherName:msUPN;UTF8:" when generating
the extension from the Subject- and IssuerAlternativeName.

Extend the Edit dialog of the SAN and IAN by the "UPN" prefix.

Replace "otherName:msUPN;UTF8:" by "UPN:" when creating a template
from an existing certificate or request.

The OpenSSL config file export, the configuration display
and edit on the "Advanced Tab" are not afffected, since
this is an XCA syntax sugar, not supported by OpenSSL.

Update documentation
2024-09-06 10:07:51 +02:00
..
CertDetail.cpp Close #287: template don't save/restore correctly 2024-08-31 14:48:43 +02:00
CertDetail.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
CertExtend.cpp Separate XCA Warning in Cmdline and GUI 2021-09-09 21:46:30 +02:00
CertExtend.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
CertTreeView.cpp Close #391: hide expired and revoked certificates 2024-08-29 09:10:58 +02:00
CertTreeView.h Close #391: hide expired and revoked certificates 2024-08-29 09:10:58 +02:00
clicklabel.cpp Drop support for Qt4 2021-05-09 12:25:32 +02:00
clicklabel.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
CMakeLists.txt Add GUI test - testing the NewKey dialog 2023-10-24 17:03:09 +02:00
CrlDetail.cpp Close #287: template don't save/restore correctly 2024-08-31 14:48:43 +02:00
CrlDetail.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
CrlTreeView.cpp Automatically generate documentation of export formats 2024-08-30 09:30:42 +02:00
CrlTreeView.h Refactor item export: separate GUI and database 2021-11-13 14:49:02 +01:00
distname.cpp Add support for Qt6 2022-08-31 00:09:37 +02:00
distname.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
ExportDialog.cpp Close #287: template don't save/restore correctly 2024-08-31 14:48:43 +02:00
ExportDialog.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
FocusCombo.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
hashBox.cpp Refactor item export: separate GUI and database 2021-11-13 14:49:02 +01:00
hashBox.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
Help.cpp Translation: translate help dialog on language change 2024-02-18 23:12:55 +01:00
Help.h Translation: translate help dialog on language change 2024-02-18 23:12:55 +01:00
ImportMulti.cpp Make XCA templates viewable for import 2023-10-08 22:19:18 +02:00
ImportMulti.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
ItemCombo.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
KeyDetail.cpp Close #287: template don't save/restore correctly 2024-08-31 14:48:43 +02:00
KeyDetail.h Disable Public key import when displaying key of cert 2023-10-08 22:19:18 +02:00
KeyTreeView.cpp Close #395: Flexible Clipboard Export 2024-04-23 22:01:38 +02:00
KeyTreeView.h Close #395: Flexible Clipboard Export 2024-04-23 22:01:38 +02:00
kvView.cpp Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
kvView.h Fix whitespace errors 2023-12-30 11:01:11 +01:00
MainWindow.cpp Close #536: macos include OpenSSL legacy provider 2024-03-10 18:53:52 +01:00
MainWindow.h Close #536: macos include OpenSSL legacy provider 2024-03-10 18:53:52 +01:00
MW_help.cpp Add infrastructure for korean translation 2024-09-05 18:06:08 +02:00
MW_menu.cpp Fix whitespace errors 2023-12-30 11:01:11 +01:00
NewCrl.cpp Enable usage of crlNumber from user 2022-02-16 10:01:27 +03:00
NewCrl.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
NewKey.cpp Prepare for Qt6: QRegExp -> QRegularExpression 2022-08-31 00:01:06 +02:00
NewKey.h Move default keyjob from NewKey to the keyjob class 2021-06-01 17:48:37 +02:00
NewX509_ext.cpp Fix "Copy extensions from request" function 2024-04-22 19:13:02 +02:00
NewX509.cpp Close #315 Support UPN type for EAP/802.1X certificates 2024-09-06 10:07:51 +02:00
NewX509.h Fix "Copy extensions from request" function 2024-04-22 19:13:02 +02:00
OidResolver.cpp Improve windows compatibility 2022-08-31 00:01:06 +02:00
OidResolver.h Make OID resolver Non-modal and let other widgets display details 2015-10-01 13:39:11 +02:00
OpenDb.cpp Close #516, #502: XCA remote database documentation 2024-02-25 01:05:24 +01:00
OpenDb.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
Options.cpp Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
Options.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
pkcs12EncBox.cpp Extend #383: tag insecure PFX/PKCS#12 algorithms 2024-03-10 18:53:52 +01:00
pkcs12EncBox.h Extend #383: tag insecure PFX/PKCS#12 algorithms 2024-03-10 18:53:52 +01:00
PwDialog.cpp Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
PwDialog.h Fix whitespace errors 2023-12-30 11:01:11 +01:00
ReqTreeView.cpp Refactor item export: separate GUI and database 2021-11-13 14:49:02 +01:00
ReqTreeView.h Refactor item export: separate GUI and database 2021-11-13 14:49:02 +01:00
RevocationList.cpp Fix whitespace errors 2023-12-30 11:01:11 +01:00
RevocationList.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
SearchPkcs11.cpp Fix warnings 2020-10-14 19:48:17 +02:00
SearchPkcs11.h Refactor native separators / and \ on windows. 2020-04-02 06:12:47 +02:00
TempTreeView.cpp Automatically generate documentation of export formats 2024-08-30 09:30:42 +02:00
TempTreeView.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
v3ext.cpp Fix whitespace errors 2023-12-30 11:01:11 +01:00
v3ext.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
validity.cpp Add tests for the DateTime input for validity times. 2024-04-22 19:13:02 +02:00
validity.h Add tests for the DateTime input for validity times. 2024-04-22 19:13:02 +02:00
X509SuperTreeView.cpp Move OpenSSL configuration file generation 2024-03-04 12:21:00 +01:00
X509SuperTreeView.h Move OpenSSL configuration file generation 2024-03-04 12:21:00 +01:00
XcaApplication.cpp Close #311: 2nd Fixup for a548227a07: install QT translation files again 2024-08-25 00:49:13 +02:00
XcaApplication.h Close #311: 2nd Fixup for a548227a07: install QT translation files again 2024-08-25 00:49:13 +02:00
XcaDetail.cpp Close #287: template don't save/restore correctly 2024-08-31 14:48:43 +02:00
XcaDetail.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
XcaDialog.cpp Add missing comma between two image names 2022-02-10 15:06:37 +03:00
XcaDialog.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
XcaHeaderView.cpp Drop support for Qt4 2021-05-09 12:25:32 +02:00
XcaHeaderView.h SF. Bug. #81 Make xca qt5 compatible 2015-09-17 18:42:42 +02:00
XcaProgressGui.h Add GUI test - testing the NewKey dialog 2023-10-24 17:03:09 +02:00
XcaProxyModel.cpp Fix whitespace errors 2023-12-30 11:01:11 +01:00
XcaProxyModel.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00
XcaTreeView.cpp 2nd Fixup for flexible clipboard export 2024-08-21 16:48:27 +02:00
XcaTreeView.h Close #395: Flexible Clipboard Export 2024-04-23 22:01:38 +02:00
XcaWarning.cpp Macos: fix messagbox 2023-09-19 23:52:26 +02:00
XcaWarning.h Use C++11 initializers for all non-static class members 2023-10-08 22:19:18 +02:00