2066cf Prepare for a new update

Authored and Committed by Packit Service 3 years ago
69 files changed. 444 lines added. 2795 lines removed.
configure
file modified
+1 -1
doc/Makefile.am
file modified
+0 -4
doc/manpages/Makefile.am
file modified
+0 -2
guile/src/Makefile.in
file modified
+1 -1
lib/Makefile.am
file modified
+1 -2
lib/crypto-api.c
file modified
+114 -365
lib/crypto-backend.h
file modified
+1 -18
lib/crypto-selftests-pk.c
file modified
+171 -172
lib/crypto-selftests.c
file modified
+6 -118
lib/ext/alpn.c
file modified
+2 -1
lib/ext/client_cert_type.c
file modified
+5 -4
lib/ext/cookie.c
file modified
+3 -2
lib/ext/ec_point_formats.c
file modified
+4 -3
lib/ext/key_share.c
file modified
+3 -2
lib/ext/max_record.c
file modified
+2 -1
lib/ext/psk_ke_modes.c
file modified
+2 -1
lib/ext/record_size_limit.c
file modified
+2 -1
lib/ext/safe_renegotiation.c
file modified
+2 -1
lib/ext/server_cert_type.c
file modified
+5 -4
lib/ext/server_name.c
file modified
+2 -1
lib/ext/session_ticket.c
file modified
+4 -7
lib/ext/signature.c
file modified
+2 -1
lib/ext/srp.c
file modified
+2 -1
lib/ext/srtp.c
file modified
+3 -2
lib/ext/status_request.c
file modified
+2 -1
lib/ext/supported_groups.c
file modified
+2 -1
lib/ext/supported_versions.c
file modified
+3 -2
lib/extv.c
file modified
+4 -4
lib/fips.c
file modified
+0 -6
lib/gnutls_int.h
file modified
+5 -6
lib/handshake.c
file modified
+1 -1
lib/includes/gnutls/abstract.h
file modified
+1 -4
lib/includes/gnutls/crypto.h
file modified
+0 -14
lib/iov.c
file removed
-194
lib/iov.h
file removed
-48
lib/libgnutls.map
file modified
+0 -11
lib/nettle/Makefile.am
file modified
+1 -4
lib/nettle/backport/cfb8.c
file modified
+4 -6
lib/nettle/int/dsa-compute-k.c
file removed
-209
lib/nettle/int/dsa-compute-k.h
file removed
-37
lib/nettle/int/ecdsa-compute-k.c
file removed
-95
lib/nettle/int/ecdsa-compute-k.h
file removed
-37
lib/nettle/int/mpn-base256.c
file removed
-97
lib/nettle/int/mpn-base256.h
file removed
-48
lib/nettle/pk.c
file modified
+6 -95
lib/nettle/rnd-fips.c
file modified
+21 -81
lib/pkcs11.c
file modified
+1 -7
lib/privkey.c
file modified
+8 -13
lib/sslv2_compat.c
file modified
+2 -1
lib/stek.c
file modified
+12 -5
lib/supplemental.c
file modified
+2 -2
lib/tls13/certificate.c
file modified
+10 -11
lib/tls13/key_update.c
file modified
+2 -0
lib/tls13/psk_ext_parser.c
file modified
+3 -1
lib/tls13/psk_ext_parser.h
file modified
+2 -2
lib/tls13/session_ticket.c
file modified
+1 -1
lib/x509/crq.c
file modified
+0 -2
lib/x509/pkcs7.c
file modified
+0 -2
lib/x509/sign.c
file modified
+0 -2
tests/Makefile.am
file modified
+2 -9
tests/aead-cipher-vec.c
file removed
-125
tests/iov.c
file removed
-269
tests/p11-kit-load.sh
file modified
+0 -23
tests/pkcs11/list-objects.c
file removed
-150
tests/resume-with-previous-stek.c
file modified
+2 -2
tests/rng-no-onload.c
file modified
+5 -7
tests/sign-verify-deterministic.c
file removed
-209
tests/tls13/key_update_multiple.c
file removed
-232
tests/tls13/prf-early.c
file modified
+4 -4
    Prepare for a new update
    
    Reverting patches so we can apply the latest update
    and changes can be seen in the spec file and sources.
    
        
file modified
+1 -1
file modified
+0 -4
file modified
+0 -2
file modified
+1 -1
file modified
+1 -2
file modified
+114 -365
file modified
+1 -18
file modified
+171 -172
file modified
+6 -118
file modified
+2 -1
file modified
+5 -4
file modified
+3 -2
file modified
+4 -3
file modified
+3 -2
file modified
+2 -1
file modified
+2 -1
file modified
+2 -1
file modified
+2 -1
file modified
+5 -4
file modified
+2 -1
file modified
+4 -7
file modified
+2 -1
file modified
+2 -1
file modified
+3 -2
file modified
+2 -1
file modified
+2 -1
file modified
+3 -2
file modified
+4 -4
file modified
+0 -6
file modified
+5 -6
file modified
+1 -1
file modified
+0 -14
file removed
-194
file removed
-48
file modified
+0 -11
file modified
+1 -4
file modified
+4 -6
file modified
+6 -95
file modified
+21 -81
file modified
+1 -7
file modified
+8 -13
file modified
+2 -1
file modified
+12 -5
file modified
+2 -2
file modified
+10 -11
file modified
+2 -0
file modified
+3 -1
file modified
+2 -2
file modified
+1 -1
file modified
+0 -2
file modified
+0 -2
file modified
+0 -2
file modified
+2 -9
file removed
-125
file removed
-269
file modified
+0 -23
file modified
+5 -7
file modified
+4 -4