---
title: SSLSessionOption
framework: security
role: symbol
role_heading: Enumeration
path: security/sslsessionoption
---

# SSLSessionOption

The options that can be set for an SSL session.

## Declaration

```swift
enum SSLSessionOption
```

## Overview

Overview Use these flags with calls to the SSLSetSessionOption(_:_:_:) function.

## Topics

### Constants

- [SSLSessionOption.breakOnServerAuth](security/sslsessionoption/breakonserverauth.md)
- [SSLSessionOption.breakOnCertRequested](security/sslsessionoption/breakoncertrequested.md)
- [SSLSessionOption.breakOnClientAuth](security/sslsessionoption/breakonclientauth.md)
- [SSLSessionOption.falseStart](security/sslsessionoption/falsestart.md)
- [SSLSessionOption.sendOneByteRecord](security/sslsessionoption/sendonebyterecord.md)
- [SSLSessionOption.allowServerIdentityChange](security/sslsessionoption/allowserveridentitychange.md)
- [SSLSessionOption.fallback](security/sslsessionoption/fallback.md)
- [SSLSessionOption.breakOnClientHello](security/sslsessionoption/breakonclienthello.md)
- [SSLSessionOption.allowRenegotiation](security/sslsessionoption/allowrenegotiation.md)
- [SSLSessionOption.enableSessionTickets](security/sslsessionoption/enablesessiontickets.md)

### Initializers

- [init(rawValue:)](security/sslsessionoption/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
