Age | Commit message (Expand) | Author |
2020-06-28 | Use .Dv for SIOCTL_SEL, as we do for all other macros | Alexandre Ratchov |
2020-06-28 | Allow switching between alternate devices (-F option) with sndioctl(1) | Alexandre Ratchov |
2020-06-28 | Add a new SIOCTL_SEL control type to select one of a predefined set of | Alexandre Ratchov |
2020-06-27 | Prevent the use of jump tables on powerpc64 as well. | Mark Kettenis |
2020-06-27 | Add missing label. | Mark Kettenis |
2020-06-26 | Provide an optimized implementation of ffs(3) in libc on | Christian Weisgerber |
2020-06-26 | Fix powerpc64 pie binraries, in register renumbering one line was missed. | Dale Rahn |
2020-06-26 | Fix TCB_OFFSET_ERRNO. Adjust comments to reflect that powerpc64 uses %r13 | Mark Kettenis |
2020-06-26 | Avoid "bare" register numbers. | Mark Kettenis |
2020-06-26 | Accidentally doubled these files on first commit. Correcting. | Dale Rahn |
2020-06-25 | Add missing kvm_dump(3) and kvm_getfiles(3) under SEE ALSO for completeness | kn |
2020-06-25 | Switch the order of the two tests in tls13_client_hello_required_extensions | Theo Buehler |
2020-06-25 | Intial attempt at powerpc64 libcrypto pieces. | Dale Rahn |
2020-06-25 | disable altivec and vsx as it causes issues in qemu testing. | Dale Rahn |
2020-06-25 | PowerPC64 startup code. | Dale Rahn |
2020-06-25 | PowerPC64 libc powerpc sys files | Dale Rahn |
2020-06-25 | PowerPC64 libc string/net files | Dale Rahn |
2020-06-25 | *** empty log message *** | Dale Rahn |
2020-06-25 | PowerPC64 libc/arch/powerpc/gdtoa files | Dale Rahn |
2020-06-25 | Committed wrong version of file, atomic_lock is 32 bit. | Dale Rahn |
2020-06-25 | PowerPC64 libc gen files | Dale Rahn |
2020-06-25 | PowerPC64 libc (libc powerpc top) | Dale Rahn |
2020-06-24 | Properly document the return values of EVP_PKEY_base_id(3) | Ingo Schwarze |
2020-06-24 | use n-bit <noun> consistently; ok schwarze for the principal of the idea, | Jason McIntyre |
2020-06-24 | Make tls13_legacy_shutdown() match ssl3_shutdown() semantics. | Joel Sing |
2020-06-24 | new manual page ChaCha(3); | Ingo Schwarze |
2020-06-24 | new manual page CMAC_Init(3); | Ingo Schwarze |
2020-06-24 | Document eight additional pre-OpenSSL-1.1 accessor functions that are | Ingo Schwarze |
2020-06-24 | Enforce restrictions for ClientHello extensions | Theo Buehler |
2020-06-22 | spelling fix; | Jason McIntyre |
2020-06-22 | Extend kqueue interface with EVFILT_EXCEPT filter. | Martin Pieuchot |
2020-06-20 | basic macro cleanup: .Fo for long .Fn lines, .Fa for struct fields, | Ingo Schwarze |
2020-06-20 | add missing ENVIRONMENT. HISTORY, and AUTHORS sections, | Ingo Schwarze |
2020-06-19 | We inherited the constant time CBC padding removal from BoringSSL, but | Theo Buehler |
2020-06-19 | mark the functions documented in des_read_pw(3) as deprecated | Ingo Schwarze |
2020-06-19 | document X509_get0_pubkey_bitstr(3), | Ingo Schwarze |
2020-06-19 | document error handling of X509_PUBKEY_get0(3) and X509_PUBKEY_get(3) | Ingo Schwarze |
2020-06-19 | Merge documentation of X509_get0_serialNumber(3) from OpenSSL-1.1.1 | Ingo Schwarze |
2020-06-18 | uint8_t is a discrete, not a continuous type, | Ingo Schwarze |
2020-06-18 | Many of these functions have several arguments, and some arguments | Ingo Schwarze |
2020-06-18 | basic macro cleanup, and reword two phrases about closed intervals | Ingo Schwarze |
2020-06-18 | Document sioctl_desc structure maxval attribute | Alexandre Ratchov |
2020-06-15 | Document EVP_read_pw_string_min(3) | Theo Buehler |
2020-06-15 | Document PEM_def_callback(3). | Ingo Schwarze |
2020-06-12 | add my Copyright and license, which i forgot when adding a significant | Ingo Schwarze |
2020-06-12 | add a comment saying that name_cmp() is intentionally undocumented; | Ingo Schwarze |
2020-06-12 | document PEM_ASN1_read(3) and PEM_ASN1_read_bio(3); | Ingo Schwarze |
2020-06-11 | wording tweaks from ross l richardson and tb; | Jason McIntyre |
2020-06-10 | document PKCS7_get_signer_info(3) | Ingo Schwarze |
2020-06-10 | describe six more PKCS7 attribute functions | Ingo Schwarze |