summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-02Remove the ameth libTheo Buehler
2024-03-02Remove EVP_MD_meth* againTheo Buehler
2024-03-02Fix signature and semantics of EVP_{CIPHER,MD}_CTX_init()Theo Buehler
2024-03-02Remove unused OBJ_create_and_add_object()Theo Buehler
2024-03-02Remove no longer supported OBJ_NAME_TYPEsTheo Buehler
2024-03-02Make OBJ_add_object() staticTheo Buehler
2024-03-02Remove OBJ_bsearch_()Theo Buehler
2024-03-02Switch name member of OBJ_NAME to const void *Theo Buehler
2024-03-02Remove unused public OBJ_NAME_* APITheo Buehler
2024-03-02Remove EVP_{add,delete}_{cipher,digest}_alias()Theo Buehler
2024-03-02Remove EVP_add_{cipher,digest}() from public APITheo Buehler
2024-03-02Remove DSA_generate_parametersTheo Buehler
2024-03-02Remove CMAC_resume()Theo Buehler
2024-03-02Make BN_mod_exp2_mont() and BN_mod_exp_mont_word() internalTheo Buehler
2024-03-02Make BN_mod_exp_simple() internalTheo Buehler
2024-03-02Remove BIO_set()Theo Buehler
2024-03-02Remove BIO_dump_*{cb,fp}()Theo Buehler
2024-03-02Remove BIO_{sn,v,vsn}printf(3)Theo Buehler
2024-03-02Expose OPENSSL_{gmtime,posix_to_tm,timegm,tm_to_posix}()Theo Buehler
2024-03-02Garbage collect ASN1_TIME_set_tm()Theo Buehler
2024-03-02Remove beck's ASN.1 time API from public visibilityTheo Buehler
2024-03-02Remove ASN1_PCTX nonsenseTheo Buehler
2024-03-02Make ASN1_add_oid_module internalTheo Buehler
2024-03-02Remove unused M_ASN1_* macrosTheo Buehler
2024-03-02Remove unused, incomplete ub_* macrosTheo Buehler
2024-03-02Remove DECLARE_STACK_OF(ASN1_STRING_TABLE)Theo Buehler
2024-03-02Remove ASN1_STRING_TABLE_{add,cleanup}Theo Buehler
2024-03-02const correct ASN1_STRING_TABLE_get()Theo Buehler
2024-03-02syncTheo de Raadt
2024-03-01Clarify behavior when there is more than one run of Xs.Todd C. Miller
2024-03-01mktemp(1): add suffix support for compatibility with the GNU versionTodd C. Miller
2024-03-01Add mkdtemps(3), like mkdtemp(3) but with a suffix.Todd C. Miller
2024-03-01Allow fdisk(8) to add GPT partitions of protected types.Kenneth R Westerback
2024-03-01Bump versionTheo Buehler
2024-03-01Bump versionClaudio Jeker
2024-03-01Reduce dmesg spam by only printing the CPU feature flags when they differMark Kettenis
2024-03-01Protect pool_get() with kernel lock in sys_ypconnect().Alexander Bluhm
2024-03-01Lipstick on a pig: avoid comparing signed and unsignedJob Snijders
2024-03-01regenJonathan Gray
2024-03-01more Red Hat and Qumranet devices seen with QEMU and KVMJonathan Gray
2024-03-01Add -x to opt into experimental file formatsTheo Buehler
2024-03-01Factor signed prefix list JSON output into a helperTheo Buehler
2024-03-01Fix OPENSSL_{gmtime,timegm} in namespace buildTheo Buehler
2024-03-01Don't match dg2. The cards use paths unused by integrated graphics.Jonathan Gray
2024-03-01Remove the ciphers_by_values_test()Theo Buehler
2024-03-01exporter: use the atrocious SSL_CIPHER_find() rather than get_by_id()Theo Buehler
2024-03-01ssltest: drop another use of CRYPTO_mem_leaks()Theo Buehler
2024-02-29An empty file /var/account/acct in etc.tgz simplifies accounting.Alexander Bluhm
2024-02-29Add missing include of vlan.h in vmx(4).Jan Klemkow
2024-02-29Make nanosleep regress actually test something.Alexander Bluhm