Commit 07694ca
File tree
64 files changed
+10976
-12990
lines changed- aws-lc-sys
- builder
- cc_builder
- prebuilt-nasm
- generated-include/openssl
- src
- symbols
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
64 files changed
+10976
-12990
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 |
| - | |
| 73 | + |
- .github/docker_images/gcc-4.8/Dockerfile+1-1
- .github/workflows/integrations.yml+13
- CMakeLists.txt+3-1
- crypto/CMakeLists.txt+2
- crypto/bio/bio_test.cc+84-48
- crypto/bio/file.c+5-5
- crypto/bytestring/internal.h+1-1
- crypto/cipher_extra/aead_test.cc+7-7
- crypto/conf/conf.c+88-86
- crypto/conf/conf_test.cc+1-2
- crypto/conf/internal.h+1-5
- crypto/dsa/dsa_test.cc+2-3
- crypto/evp_extra/evp_extra_test.cc+290-23
- crypto/evp_extra/internal.h+1
- crypto/evp_extra/p_dsa.c+358
- crypto/evp_extra/p_dsa_asn1.c-12
- crypto/evp_extra/p_methods.c+1-1
- crypto/evp_extra/scrypt_test.cc+2-3
- crypto/fipsmodule/PQREADME.md+1-1
- crypto/fipsmodule/bn/bn_test.cc+1-3
- crypto/fipsmodule/evp/digestsign.c+2
- crypto/fipsmodule/evp/evp_ctx_test.cc+81
- crypto/fipsmodule/evp/internal.h+5-2
- crypto/fipsmodule/modes/gcm.c+26
- crypto/fipsmodule/rand/internal.h+2-2
- crypto/fipsmodule/service_indicator/service_indicator_test.cc+4-3
- crypto/hpke/hpke_test.cc+6-9
- crypto/pem/pem_test.cc+4-3
- crypto/rand_extra/windows.c+1-1
- crypto/rsa_extra/rsa_test.cc+9-4
- crypto/test/file_util.cc+165
- crypto/test/file_util.h+125
- crypto/test/test_util.cc+15
- crypto/test/test_util.h+6
- crypto/x509/by_dir.c+12-17
- crypto/x509/by_file.c+1-1
- crypto/x509/v3_cpols.c+9-4
- crypto/x509/v3_crld.c+2-2
- crypto/x509/v3_info.c+1-1
- crypto/x509/v3_lib.c+2
- crypto/x509/x509_test.cc+12-18
- include/openssl/base.h+1-1
- include/openssl/bio.h+8-4
- include/openssl/evp.h+15-6
- include/openssl/obj.h+2-2
- include/openssl/ssl.h+11-14
- include/openssl/x509.h+863-440
- ssl/CMakeLists.txt+1
- ssl/extensions.cc+1-2
- ssl/handshake.cc-1
- ssl/internal.h+10-8
- ssl/ssl_asn1.cc+6-11
- ssl/ssl_cert.cc+22-27
- ssl/ssl_file.cc+2-2
- ssl/ssl_lib.cc+2-11
- ssl/ssl_privkey.cc+44-16
- ssl/ssl_session.cc+6-4
- ssl/ssl_test.cc+267-86
- ssl/ssl_transfer_asn1.cc+2-2
- ssl/ssl_x509.cc+1-1
- ssl/tls13_both.cc+32
- tests/ci/integration/run_cyrus_sasl_integration.sh+63
- tool/speed.cc+17-9
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
| 104 | + | |
104 | 105 |
| |
105 | 106 |
| |
106 | 107 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
| 104 | + | |
104 | 105 |
| |
105 | 106 |
| |
106 | 107 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
| 104 | + | |
104 | 105 |
| |
105 | 106 |
| |
106 | 107 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
| 104 | + | |
104 | 105 |
| |
105 | 106 |
| |
106 | 107 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
| 104 | + | |
104 | 105 |
| |
105 | 106 |
| |
106 | 107 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
| 104 | + | |
104 | 105 |
| |
105 | 106 |
| |
106 | 107 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
| 104 | + | |
104 | 105 |
| |
105 | 106 |
| |
106 | 107 |
| |
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 2 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1230 | 1230 |
| |
1231 | 1231 |
| |
1232 | 1232 |
| |
| 1233 | + | |
1233 | 1234 |
| |
1234 | 1235 |
| |
1235 | 1236 |
| |
| |||
3090 | 3091 |
| |
3091 | 3092 |
| |
3092 | 3093 |
| |
3093 |
| - | |
3094 | 3094 |
| |
3095 | 3095 |
| |
3096 | 3096 |
| |
| |||
3123 | 3123 |
| |
3124 | 3124 |
| |
3125 | 3125 |
| |
3126 |
| - | |
3127 |
| - | |
3128 | 3126 |
| |
3129 | 3127 |
| |
3130 | 3128 |
| |
| |||
3150 | 3148 |
| |
3151 | 3149 |
| |
3152 | 3150 |
| |
3153 |
| - | |
3154 | 3151 |
| |
3155 | 3152 |
| |
3156 | 3153 |
| |
| |||
3185 | 3182 |
| |
3186 | 3183 |
| |
3187 | 3184 |
| |
3188 |
| - | |
3189 |
| - | |
3190 | 3185 |
| |
3191 | 3186 |
| |
3192 | 3187 |
| |
| |||
3204 | 3199 |
| |
3205 | 3200 |
| |
3206 | 3201 |
| |
3207 |
| - | |
3208 | 3202 |
| |
3209 | 3203 |
| |
3210 | 3204 |
| |
| |||
3236 | 3230 |
| |
3237 | 3231 |
| |
3238 | 3232 |
| |
| 3233 | + | |
3239 | 3234 |
| |
3240 | 3235 |
| |
3241 | 3236 |
| |
| |||
3396 | 3391 |
| |
3397 | 3392 |
| |
3398 | 3393 |
| |
3399 |
| - | |
3400 | 3394 |
| |
3401 | 3395 |
| |
3402 | 3396 |
| |
| |||
3428 | 3422 |
| |
3429 | 3423 |
| |
3430 | 3424 |
| |
3431 |
| - | |
3432 |
| - | |
3433 | 3425 |
| |
3434 | 3426 |
| |
3435 | 3427 |
| |
| |||
3455 | 3447 |
| |
3456 | 3448 |
| |
3457 | 3449 |
| |
3458 |
| - | |
3459 | 3450 |
| |
3460 | 3451 |
| |
3461 | 3452 |
| |
| |||
3494 | 3485 |
| |
3495 | 3486 |
| |
3496 | 3487 |
| |
3497 |
| - | |
3498 |
| - | |
3499 | 3488 |
| |
3500 | 3489 |
| |
3501 | 3490 |
| |
| |||
3513 | 3502 |
| |
3514 | 3503 |
| |
3515 | 3504 |
| |
3516 |
| - | |
3517 | 3505 |
| |
3518 | 3506 |
| |
3519 | 3507 |
| |
|
0 commit comments