Commit 90dc4a6
authored
Fix CVE-2022-0391 for Python's urlparse. (#169)
* Fixed CVE-2022-0391 for Python's urlparse.
* Bash checks for the chevahbs scripts.
* Removed some unused variables from chevahbs scripts.
* Try generic musl build.
* Fixed musl version check for 1.2 and newer.
* Updated OpenSSL sources to 1.1.1q
* Updated OpenSSL 1.1.1 version in our scripts and docs.
* Actually updated the docs for OpenSSL 1.1.1q.
* Updated own tests for generic musl Linux build.
* Backported OpenSSL build fix for macOS.
* Ignore dparse issue for now.
* Updated cffi and psutil to the latest versions.
* Updated cffi sources to 1.15.1.
* Try a different psutil check.
* Pin psutil to version 5.9.0 on generic Linux builds.
* Build generic musl version on Alpine 3.12.
* Use a saved paxctl on Alpine 3.12.
* Save paxctl on Alpine 3.12 in an already existing path dir.
* Changes after own review.
* Updated and reorganized external deps sheets.
* Updated list of RHEL clones from server repo.
* Temporarily disabled ARM64 builds.
* More Alpine-related cleanups and fixes.
* One more Alpine-related fix.1 parent 1b74aad commit 90dc4a6
File tree
3,329 files changed
+3546
-2092
lines changed- .github/workflows
- python-modules
- cffi-1.15.0
- c/libffi_arm64
- testing/embedding
- cffi-1.15.1
- cffi.egg-info
- cffi
- c
- libffi_arm64
- include
- libffi_x86_x64
- demo
- doc
- misc
- source
- testing
- cffi0
- snippets
- distutils_module
- distutils_package_1
- snip_basic_verify1
- distutils_package_2
- snip_basic_verify2
- infrastructure
- snip_infrastructure
- setuptools_module
- setuptools_package_1
- snip_setuptools_verify1
- setuptools_package_2
- snip_setuptools_verify2
- cffi1
- embedding
- chevah-python-test
- src
- bzip2
- libedit
- libffi
- openssl
- openssl-1.1.1n
- test
- certs
- smime-certs
- ssl-tests
- tools
- openssl-1.1.1q
- Configurations
- VMS
- apps
- demoSRP
- crypto
- aes
- asm
- aria
- asn1
- async
- arch
- bf
- asm
- bio
- blake2
- bn
- asm
- buffer
- camellia
- asm
- cast
- asm
- chacha
- asm
- cmac
- cms
- comp
- conf
- ct
- des
- asm
- dh
- dsa
- dso
- ec
- asm
- curve448
- arch_32
- engine
- err
- evp
- hmac
- idea
- kdf
- lhash
- md2
- md4
- md5
- asm
- mdc2
- modes
- asm
- objects
- ocsp
- pem
- perlasm
- pkcs12
- pkcs7
- poly1305
- asm
- rand
- rc2
- rc4
- asm
- rc5
- asm
- ripemd
- asm
- rsa
- seed
- sha
- asm
- siphash
- sm2
- sm3
- sm4
- srp
- stack
- store
- ts
- txt_db
- ui
- whrlpool
- asm
- x509v3
- x509
- demos
- bio
- certs
- apps
- cms
- engines
- evp
- pkcs12
- smime
- doc
- HOWTO
- man1
- man3
- man5
- man7
- engines
- asm
- external/perl
- Text-Template-1.46
- lib/Text
- Template
- t
- transfer/Text
- fuzz
- include
- crypto
- internal
- openssl
- ms
- os-dep
- ssl
- record
- statem
- test
- certs
- ct
- d2i-tests
- ocsp-tests
- ossl_shim
- include/openssl
- recipes
- 04-test_pem_data
- 10-test_bn_data
- 15-test_ecparam_data
- invalid
- valid
- 15-test_mp_rsa_data
- 30-test_evp_data
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
3,329 files changed
+3546
-2092
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
536 | 537 | | |
537 | 538 | | |
538 | 539 | | |
539 | | - | |
| 540 | + | |
540 | 541 | | |
541 | 542 | | |
542 | 543 | | |
| |||
584 | 585 | | |
585 | 586 | | |
586 | 587 | | |
587 | | - | |
| 588 | + | |
588 | 589 | | |
589 | 590 | | |
590 | 591 | | |
| |||
597 | 598 | | |
598 | 599 | | |
599 | 600 | | |
600 | | - | |
| 601 | + | |
601 | 602 | | |
602 | | - | |
| 603 | + | |
603 | 604 | | |
604 | | - | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
605 | 634 | | |
606 | 635 | | |
607 | 636 | | |
608 | | - | |
609 | | - | |
610 | 637 | | |
611 | 638 | | |
612 | 639 | | |
| |||
628 | 655 | | |
629 | 656 | | |
630 | 657 | | |
631 | | - | |
632 | | - | |
633 | | - | |
634 | | - | |
635 | | - | |
636 | | - | |
637 | | - | |
638 | | - | |
639 | | - | |
640 | | - | |
641 | | - | |
642 | | - | |
643 | | - | |
644 | | - | |
645 | | - | |
646 | 658 | | |
647 | 659 | | |
648 | 660 | | |
| |||
668 | 680 | | |
669 | 681 | | |
670 | 682 | | |
671 | | - | |
672 | | - | |
673 | | - | |
| 683 | + | |
674 | 684 | | |
675 | 685 | | |
676 | 686 | | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
677 | 725 | | |
678 | | - | |
679 | | - | |
680 | | - | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
681 | 729 | | |
682 | 730 | | |
683 | 731 | | |
684 | 732 | | |
685 | 733 | | |
686 | | - | |
| 734 | + | |
| 735 | + | |
687 | 736 | | |
688 | 737 | | |
689 | 738 | | |
| |||
705 | 754 | | |
706 | 755 | | |
707 | 756 | | |
708 | | - | |
| 757 | + | |
709 | 758 | | |
710 | 759 | | |
711 | 760 | | |
712 | 761 | | |
713 | 762 | | |
714 | 763 | | |
715 | 764 | | |
716 | | - | |
| 765 | + | |
717 | 766 | | |
718 | 767 | | |
719 | 768 | | |
| |||
728 | 777 | | |
729 | 778 | | |
730 | 779 | | |
731 | | - | |
| 780 | + | |
732 | 781 | | |
733 | 782 | | |
734 | | - | |
| 783 | + | |
735 | 784 | | |
736 | 785 | | |
737 | 786 | | |
738 | | - | |
739 | | - | |
740 | | - | |
741 | | - | |
742 | | - | |
743 | | - | |
744 | 787 | | |
745 | 788 | | |
746 | 789 | | |
747 | | - | |
| 790 | + | |
748 | 791 | | |
749 | 792 | | |
750 | 793 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
20 | | - | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | | - | |
| 27 | + | |
26 | 28 | | |
27 | | - | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
36 | | - | |
37 | | - | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
124 | 126 | | |
125 | 127 | | |
126 | 128 | | |
127 | | - | |
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
| |||
279 | 280 | | |
280 | 281 | | |
281 | 282 | | |
282 | | - | |
| 283 | + | |
283 | 284 | | |
284 | 285 | | |
285 | 286 | | |
| |||
294 | 295 | | |
295 | 296 | | |
296 | 297 | | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
306 | 308 | | |
307 | 309 | | |
308 | | - | |
| 310 | + | |
309 | 311 | | |
310 | 312 | | |
311 | 313 | | |
| |||
367 | 369 | | |
368 | 370 | | |
369 | 371 | | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | 372 | | |
376 | | - | |
| 373 | + | |
377 | 374 | | |
378 | 375 | | |
379 | 376 | | |
| |||
485 | 482 | | |
486 | 483 | | |
487 | 484 | | |
488 | | - | |
489 | | - | |
| 485 | + | |
490 | 486 | | |
491 | 487 | | |
492 | 488 | | |
| |||
0 commit comments